Example #1
0
 /**
  * Stops and dispose container
  */
 public function stopContainer()
 {
     if ($this->kieProject) {
         $this->kieProject->setClient($this->client);
         return $this->kieProject->disposeProject();
     }
     return false;
 }