DmitryDulepov\Realurl\Controller\BackendModuleController::getControllerName PHP Метод

getControllerName() защищенный Метод

Makes controller name from the controller class name.
protected getControllerName ( ) : string
Результат string
    protected function getControllerName()
    {
        return (string) preg_replace('/^.*\\\\([^\\\\]+)Controller$/', '\\1', get_class($this));
    }