30], [['picture'], 'string', 'max' => 50], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'title' => 'title', 'picture' => 'picture', 'price' => 'price', 'order' => 'order', 'softDel' => 'soft Delete', ]; } }