Class IMP_Ftree_Element
A tree element.
Category: Horde
Copyright: 2013-2014 Horde LLC
License: GPL
Author: Michael Slusarz slusarz@horde.org
Located at Ftree/Element.php
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
public
boolean
|
$container
True if this element is a container. |
public
boolean
|
$invisible
True if this element is invisible. |
public
boolean
|
$needsort
True if this level needs a sort. |
public
boolean
|
$open
True if this element is open (a/k/a expanded). |
public
boolean
|
$polled
True if this element is polled. |
public
boolean
|
$subscribed
True if the element is subscribed. |
public
|
$account
Account object for this element. |
public
boolean
|
$base_elt
True if this is the base element. |
public
boolean
|
$children
True if this element has children. |
public
array
|
$child_list
The list of the element's children. |
public
boolean
|
$inbox
True if this is the INBOX. |
public
integer
|
$level
The tree level of the current element. |
public
|
$mbox_ob
The IMP_Mailbox object for this element. |
public
boolean
|
$namespace
True if this is a namespace container element. |
public
Horde_Imap_Client_Data_Namespace
|
$namespace_info
Namespace info. |
public
boolean
|
$namespace_other
True if this is an 'Other' namespace. |
public
boolean
|
$namespace_shared
True if this is a 'Shared' namespace. |
public
boolean
|
$nochildren
True if this element doesn't allow children. |
public
boolean
|
$nonimap
True if this is a non-IMAP element. |
public
|
$parent
The parent element (null if not found). |
public
boolean
|
$remote
True if this is a remote container. |
public
boolean
|
$remote_auth
True if this is a remote account that has been authenticated. |
public
boolean
|
$remote_mbox
True if this is a remote mailbox. |
public
boolean
|
$vfolder
True if this element is a virtual folder. |