20], [['summary'], 'string', 'max' => 500], [['intro'], 'string', 'max' => 1000], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'tuition' => 'Tuition', 'lesson' => 'Lesson', 'summary' => 'Summary', 'intro' => 'Intro', 'merchantId' => 'Merchant ID', 'addTime' => 'Add Time', 'modTime' => 'Mod Time', 'createTime' => 'Create Time', 'updateTime' => 'Update Time', ]; } }