Example #1
0
 /**
  * Gets menu tab for the Debugbar
  *
  * @return string
  */
 public function getTab()
 {
     return ' Registre (' . $this->_registry->count() . ')';
 }