Example #1
0
 protected function _url()
 {
     if ($this->container == null && $this->kieProject != null) {
         $this->container = $this->kieProject->getContainer_id();
     }
     return $this->client->getServerUrl($this->containers_context . '/' . $this->container);
 }