N°3573 - Allow retrieving operation

(cherry picked from commit e6a38a8055)
This commit is contained in:
Eric
2021-06-30 17:06:28 +02:00
committed by Molkobain
parent 1562cb1f38
commit ece3e0490d

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
*