IMP_Search_Vfolder_Builtin::__construct PHP Méthode

__construct() public méthode

The 'add', 'id', 'label', and 'mboxes' parameters are not honored.
See also: __construct()
public __construct ( array $opts = [] )
$opts array
    public function __construct(array $opts = array())
    {
        $this->enabled = empty($opts['disable']);
        $this->_init();
    }
IMP_Search_Vfolder_Builtin