Goetas\Twital\Tests\TwitalLoaderTest::getMatchedFilenames PHP 메소드

getMatchedFilenames() 공개 메소드

public getMatchedFilenames ( )
    public function getMatchedFilenames()
    {
        return array(array('foo.twital.xml', true), array('foo.twital.html', true), array('foo.twital.xhtml', true), array('foo.twital.atom', false));
    }