get host controller
This commit is contained in:
parent
fddb6969a3
commit
0b05aff4c9
|
@ -29,7 +29,7 @@ class image extends objectStructs
|
||||||
$this->config = new imageConfig($vars['imageConfig']);
|
$this->config = new imageConfig($vars['imageConfig']);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getHostController()
|
public function getHostControllerName()
|
||||||
{
|
{
|
||||||
if (isset($this->annotations->hostController))
|
if (isset($this->annotations->hostController))
|
||||||
return $this->annotations->hostController;
|
return $this->annotations->hostController;
|
||||||
|
@ -37,7 +37,7 @@ class image extends objectStructs
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getClientController()
|
public function getClientControllerName()
|
||||||
{
|
{
|
||||||
if (isset($this->annotations->clientController))
|
if (isset($this->annotations->clientController))
|
||||||
return $this->annotations->clientController;
|
return $this->annotations->clientController;
|
||||||
|
|
Loading…
Reference in New Issue