Example #1
0
 /**
  * Start container  with supplied project
  */
 public function startContainer()
 {
     if ($this->getContainerInfo()) {
         return true;
     }
     if ($this->kieProject != null) {
         $this->kieProject->setClient($this->client);
         return $this->kieProject->scanProject();
     }
     return false;
 }