CategoriesModule::__construct PHP 메소드

__construct() 공개 메소드

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