Goetas\Twital\Tests\TwitalLoaderTest::getMatchedFilenames PHP Method

getMatchedFilenames() public method

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));
    }