Ejemplo n.º 1
0
 public function tipsy($tipsy = null)
 {
     if (!is_null($tipsy)) {
         $this->_tipsy = $tipsy;
     }
     if (is_null($this->_tipsy)) {
         $this->_tipsy = \Tipsy\Tipsy::App();
     }
     return $this->_tipsy;
 }