lithium\tests\mocks\action\MockDispatcher::_callable PHP Method

_callable() protected static method

protected static _callable ( $request, $params, $options )
    protected static function _callable($request, $params, $options)
    {
        $callable = new stdClass();
        $callable->params = $params;
        return $callable;
    }