50], [['icon', 'select_icon'], 'string', 'max' => 255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'mall_id' => 'Mall ID', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'status' => 'Status', 'cate_name' => 'Cate Name', 'level' => 'Level', 'parent_id' => 'Parent ID', 'cate_id' => 'Cate ID', 'third_cate_id' => 'Third Cate ID', 'icon' => 'Icon', 'select_icon' => 'Select Icon', ]; } }