コード例 #1
0
ファイル: DummyHandler.php プロジェクト: smalldb/smalldb-rest
 /**
  * Log all calls
  */
 function __call($method, $args)
 {
     echo "{$method}: ";
     JsonResponse::writeJson($args);
 }