mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-27 17:49:35 -05:00
Node: get/set alias
This commit is contained in:
parent
3e04cc1b2a
commit
b2c3af4138
1 changed files with 10 additions and 1 deletions
|
|
@ -207,7 +207,6 @@ abstract class Node
|
|||
return $this->ack;
|
||||
}
|
||||
|
||||
|
||||
public function isSimulationMode()
|
||||
{
|
||||
return $this->bp->isSimulationMode();
|
||||
|
|
@ -233,6 +232,16 @@ abstract class Node
|
|||
return array();
|
||||
}
|
||||
|
||||
public function hasAlias()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getAlias()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
protected function renderHtmlForChildren($view)
|
||||
{
|
||||
$html = '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue