lithium\tests\mocks\action\MockRequestType::accepts PHP Метод

accepts() публичный Метод

public accepts ( $type = null )
    public function accepts($type = null)
    {
        return 'foo';
    }
MockRequestType