Abstract Class common\components\Match

Inheritancecommon\components\Match » yii\base\Object
Subclassescommon\components\PhpMatch, common\components\RouteMatch, common\components\UrlMatch

Class Match Базовый класс проверки условий

Public Methods

Hide inherited methods

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

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

getMatch() public method

Возвращает объект для проверки условия подключения шаблона. False в случае ошибки

common\components\Match getMatch$type )
$type int

тип условия для которого необходимо создать компонент

test() public method

boolean test$value )
$value mixed