strictStaticCall() public static method

public static strictStaticCall ( $class, $method )
Example #1
0
 /**
  * @return void
  * @throws MemberAccessException
  */
 public static function __callStatic($name, $args)
 {
     ObjectMixin::strictStaticCall(get_called_class(), $name);
 }