Frontend\Core\Engine\Block\Extra::getModule PHP Метод

getModule() публичный Метод

Get the current module 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
Результат string
    public function getModule()
    {
        return $this->module;
    }