Exemplo n.º 1
0
 public function behaviors()
 {
     return [NestedSetQuery::className()];
 }
Exemplo n.º 2
0
 public function behaviors()
 {
     return [array_merge(['class' => NestedSetQuery::className()], $this->nestedSetParams)];
 }