3000], [['title'], 'string', 'max' => 255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'create_date' => 'Create Date', 'modify_date' => 'Modify Date', 'content' => 'Content', 'title' => 'Title', ]; } }