Exemple #1
0
 /**
  * {@inheritDoc}
  */
 public function renderConnector($connector)
 {
     if (strlen($connector) > 17) {
         // Something big, we should display it.
         // Most likely the parametes of a method.
         return parent::renderConnector($connector);
     }
     return '';
 }