null], [['name'], 'required'], [['description'], 'string'], [['created_at', 'updated_at', 'created_by', 'updated_by'], 'integer'], [['name'], 'string', 'max' => 500], [['color'], 'string', 'max' => 50] ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'ชื่อ', 'description' => 'รายละเอียด', 'created_at' => 'เพิ่มเมื่อ', 'updated_at' => 'แก้ไขเมื่อ', 'created_by' => 'เพิ่มโดย', 'updated_by' => 'แก้ไขโดย', ]; } }