50], [['url'], 'string', 'max' => 255] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'title' => 'Title', 'pid' => 'Pid', 'sort' => 'Sort', 'url' => 'Url', 'hide' => 'Hide', 'group' => 'Group', 'icon' => 'Icon', 'status' => 'Status', ]; } }