Exemplo n.º 1
0
 public function behaviors()
 {
     return [\cornernote\linkall\LinkAllBehavior::className()];
 }
Exemplo n.º 2
0
 public function behaviors()
 {
     return [['class' => LinkAllBehavior::className()], ['class' => ManyToManyBehavior::className(), 'relations' => ['three_list' => 'tableThreeRecords']]];
 }