strictStaticCall() 공개 정적인 메소드

public static strictStaticCall ( $class, $method )
예제 #1
0
파일: SmartObject.php 프로젝트: nette/utils
 /**
  * @return void
  * @throws MemberAccessException
  */
 public static function __callStatic($name, $args)
 {
     ObjectMixin::strictStaticCall(get_called_class(), $name);
 }