SideMenuModule::__construct PHP Method

__construct() public method

public __construct ( string $Sender = '' )
$Sender string
        public function __construct($Sender = '')
        {
            parent::__construct($Sender);
            $this->_ApplicationFolder = 'dashboard';
            $this->HtmlId = 'SideMenu';
            $this->AutoLinkGroups = true;
            $this->ClearGroups();
        }