lithium\tests\mocks\action\MockRequestType::accepts PHP 메소드

accepts() 공개 메소드

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