N°3573 - Allow retrieving operation

This commit is contained in:
Eric
2021-06-30 17:06:28 +02:00
parent 3b3f1806ce
commit e6a38a8055

View File

@@ -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
*