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

__call() public method

public __call ( $method, $params = [] )
    public function __call($method, $params = array())
    {
        $this->trace[] = array(__FUNCTION__, func_get_args());
        return $this->call = compact('method', 'params');
    }