Exemplo n.º 1
0
 public function helperBroker()
 {
     if ($this->_helperBroker === null) {
         $this->_helperBroker = Helper_Broker::newInstance($this);
     }
     return $this->_helperBroker;
 }