1000], [['mcode'], 'string', 'max' => 255] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'content' => 'Content', 'sort' => 'Sort', 'is_active' => 'Is Active', 'mcode' => 'Mcode', ]; } }