Backend\Core\Engine\Base\Object::getModule PHP Method

getModule() public method

Get module
public getModule ( ) : string
return string
    public function getModule()
    {
        return $this->module;
    }