Class common\components\TreeFinder

Inheritancecommon\components\TreeFinder » yii\base\Object

Class TreeFinder Поиск значений по дереву

Public Methods

Hide inherited methods

MethodDescriptionDefined By
findValue() Делает обход дерева от модели вверх по предкам до корня. common\components\TreeFinder

Method Details

findValue() public method

Делает обход дерева от модели вверх по предкам до корня.

Возвращает первое не пустое значение атрибута обходимых моделей.

bool|mixed findValue( \common\db\TActiveRecord $model$attr$default false )
$model common\db\TActiveRecord

модель

$attr string

атрибут

$default bool

значение по умолчанию