Backend\Modules\Mailmotor\Installer\Installer::installModule PHP Method

installModule() private method

Install the module and it's actions
private installModule ( )
    private function installModule()
    {
        // module rights
        $this->setModuleRights(1, $this->getModule());
        // action rights
        $this->setActionRights(1, $this->getModule(), 'Settings');
    }