DmitryDulepov\Realurl\Controller\BackendModuleController::getControllerName PHP Method

getControllerName() protected method

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