255], ['active', 'integer'], [['name'], 'unique'], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'class' => 'Class', 'type' => 'Type', ]; } }