Exemple #1
0
 /**
  * Tooltip attributes
  * @return string
  */
 protected function tooltipAttributes()
 {
     if (!empty($this->Tooltip)) {
         $Tooltip = new Tooltip($this->Tooltip);
         return ' ' . $Tooltip->attributes();
     }
     return '';
 }