Пример #1
0
 /**
  * Log all calls
  */
 function __call($method, $args)
 {
     echo "{$method}: ";
     JsonResponse::writeJson($args);
 }