コード例 #1
0
 function __call($name, $args)
 {
     jet_log('尝试访问NotificationController的不存在的方法' . $name);
 }
コード例 #2
0
ファイル: Jet.class.php プロジェクト: Jaggle/JetPHP
 function __call($name, $args)
 {
     jet_log('尝试访问Jet\\Core\\Jet的不存在的方法' . $name);
 }