50], [['showName'], 'string', 'max' => 200], [['description', 'cover'], 'string', 'max' => 500] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'parentId' => 'Parent ID', 'merchantId' => 'Merchant ID', 'categoryName' => 'Category Name', 'showName' => 'Show Name', 'description' => 'Description', 'cover' => 'Cover', 'inTurn' => 'In Turn', 'classify' => 'Classify', 'isShow' => 'Is Show', ]; } }