Пример #1
0
 public function test($topic, $subject)
 {
     $d = new Document();
     $d->cool = 'Yes';
     $d->awesome = 12;
     $d->fuckyeah = array(1, 2, 3, 4, 5);
     EventManager::GetManager('sns')->publish($topic, $subject, $d);
 }
Пример #2
0
 public function index()
 {
     EventManager::GetManager($this->event_manager)->process();
 }