コード例 #1
0
 /**
  * @inheritdoc
  */
 public function behaviors()
 {
     return [['class' => NestedSetsBehavior::className(), 'treeAttribute' => 'tree']];
 }
コード例 #2
0
ファイル: Tree.php プロジェクト: dlds/yii2-nested-sets
 /**
  * @inheritdoc
  */
 public function behaviors()
 {
     return [NestedSetsBehavior::className()];
 }