lithium\tests\mocks\core\MockCallable::__callStatic PHP Method

__callStatic() public static method

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