Esempio n. 1
0
 private function registerEvents(Zibo $zibo)
 {
     $zibo->registerEventListener(Zibo::EVENT_LOG, array($this, 'logItem'));
 }