Пример #1
0
 public function execute($bubble = null)
 {
     if (empty($this->spout)) {
         $this->spout = new BubblerSpout($this);
     }
     return $this->spout->execute($bubble);
 }