mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
N°3573 - Allow retrieving operation
(cherry picked from commit e6a38a8055)
This commit is contained in:
@@ -625,6 +625,15 @@ abstract class Controller
|
||||
return Dict::S($this->m_sModule.'/Operation:'.$this->m_sOperation.'/Title');
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
* @since 3.0.0
|
||||
*/
|
||||
public function GetOperation(): string
|
||||
{
|
||||
return $this->m_sOperation;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $sContent
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user