More PHPDoc to Restful class

v2-beta
Bruno O. Notario 3 years ago
parent c8f15f57ab
commit ccb149a75b
Signed by: oliveira131
GPG Key ID: 76CAD698D3EA8F58
  1. 7
      system/engine/restful.php

@ -161,6 +161,13 @@ class RESTful extends Controller {
} }
} }
/**
* Return true or false for data type
*
* @param string $type Type to test
* @param string $data Data to test
* @return bool
*/
static function __testType($type, $data){ static function __testType($type, $data){
switch ($type) { switch ($type) {

Loading…
Cancel
Save