CategoriesModule::__construct PHP Method

__construct() public method

public __construct ( $Sender = '' )
    public function __construct($Sender = '')
    {
        parent::__construct($Sender);
        $this->_ApplicationFolder = 'vanilla';
        $this->Visible = c('Vanilla.Categories.Use') && !c('Vanilla.Categories.HideModule');
    }