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