DmitryDulepov\Realurl\Controller\BackendModuleController::getActionName PHP 메소드

getActionName() 보호된 메소드

Makes action name from the current action method name.
protected getActionName ( ) : string
리턴 string
    protected function getActionName()
    {
        return substr($this->actionMethodName, 0, -6);
    }