Class common\behaviors\MatchSuitable

Inheritancecommon\behaviors\MatchSuitable » yii\base\Behavior

Class MatchSuitable Поведение для определения того, что выполняется заданное у модели условие

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$condAttr string имя атрибута содержащего условие common\behaviors\MatchSuitable
$condTypeAttr string имя атрибута содержащего тип условия common\behaviors\MatchSuitable

Public Methods

Hide inherited methods

MethodDescriptionDefined By
isSuitable() Выполняется ли условие common\behaviors\MatchSuitable

Property Details

$condAttr public property
string $condAttr "cond"

имя атрибута содержащего условие

$condTypeAttr public property
string $condTypeAttr "cond_type"

имя атрибута содержащего тип условия

Method Details

isSuitable() public method

Выполняется ли условие

bool isSuitable( )