30], [['title'], 'string', 'max' => 100], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'title' => 'Title', 'content' => 'Content', 'create_time' => 'Create Time', 'update_time' => 'Update Time', 'status' => 'Status', ]; } }