示例#1
0
 function __call($name, $args)
 {
     jet_log('尝试访问NotificationController的不存在的方法' . $name);
 }
示例#2
0
 function __call($name, $args)
 {
     jet_log('尝试访问Jet\\Core\\Jet的不存在的方法' . $name);
 }