Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function rules()
 {
     return array_merge(parent::rules(), [[['category_id', 'sort'], 'integer'], [['attribute'], 'string', 'max' => 100]]);
 }
Exemplo n.º 2
0
 /**
  * @inheritdoc
  */
 public function rules()
 {
     return array_merge(parent::rules(), [[['menu_item_id'], 'integer'], [['attribute'], 'string', 'max' => 100]]);
 }