Beispiel #1
0
 public function helperBroker()
 {
     if ($this->_helperBroker === null) {
         $this->_helperBroker = Broker::newInstance($this);
     }
     return $this->_helperBroker;
 }