eZ\Publish\Core\MVC\Symfony\SiteAccess\Tests\Compound\CompoundOrTest::buildMatcher PHP 메소드

buildMatcher() 개인적인 메소드

private buildMatcher ( ) : LogicalOr
리턴 eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\Compound\LogicalOr
    private function buildMatcher()
    {
        return new LogicalOr(array(array('matchers' => array('Map\\URI' => array('eng' => true), 'Map\\Host' => array('fr.ezpublish.dev' => true)), 'match' => 'fr_eng'), array('matchers' => array('Map\\URI' => array('fre' => true), 'Map\\Host' => array('jp.ezpublish.dev' => true)), 'match' => 'fr_jp')));
    }