Class common\components\UrlMatch

Inheritancecommon\components\UrlMatch » common\components\Match » yii\base\Object

Class UrlMatch Совпадение по URL

Public Methods

Hide inherited methods

MethodDescriptionDefined By
getMatch() Возвращает объект для проверки условия подключения шаблона. False в случае ошибки common\components\Match
test() Проверяет соответствие текущего url заданному значению common\components\UrlMatch

Constants

Hide inherited constants

ConstantValueDescriptionDefined By
COND_NO 0 Константы условий подключения шаблонов common\components\Match
COND_PHP 2 common\components\Match
COND_ROUTE 3 common\components\Match
COND_URL 1 common\components\Match

Method Details

test() public method

Проверяет соответствие текущего url заданному значению

boolean test$value )
$value string

строка с шаблонами url разделенным запятыми