type = $type; if ( empty($label) ) { $label = ucfirst($type); } $this->label = $label; parent::__construct(); // Edit the item to show a link to the requested children page $this->id = $this->type.':'.$INFO['id']; $this->params = []; } }