lithium\tests\mocks\core\MockCallable::__callStatic PHP Méthode

__callStatic() public static méthode

public static __callStatic ( $method, $params )
    public static function __callStatic($method, $params)
    {
        return static::$callStatic = compact('method', 'params');
    }