65], [['content', 'pic_url'], 'string', 'max' => 255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'member_id' => 'Member ID', 'title' => 'Title', 'content' => 'Content', 'pic_url' => 'Pic Url', 'is_delete' => 'Is Delete', ]; } }