Frontend\Core\Engine\AjaxAction::getModule PHP Méthode

getModule() public méthode

REMARK: You should not use this method from your code, but it has to be public so we can access it later on in the core-code.
public getModule ( ) : string
Résultat string
    public function getModule()
    {
        return $this->module;
    }