Пример #1
0
 /**
  * Execute the immediate if not pending.
  */
 public function execute()
 {
     $this->manager->execute($this);
     if (!$this->referenced) {
         $this->manager->unreference($this);
     }
 }