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