Exemple #1
0
 function __toString()
 {
     $this->values['items'] = $this->map->getItems();
     $this->values['current_access_name'] = $this->map->getCurrent();
     return parent::__toString();
 }