Class Folder
Super class for all components
- Ctct\Components\Component
- Ctct\Components\Library\Folder
public static
|
|
public
|
getValue()
|
public
String
|
$id
ID of the Folder |
|
public
String
|
$name
Name of the Folder |
|
public
|
$children
Array of Folders that are children of this folder |
|
public
integer
|
$item_count
Number of items in this folder |
|
public
String
|
$parent_id
ID of this folder's parent, if there is one |
|
public
integer
|
$level
Depth that this folder is in the hierarchy, must be 1, 2, or 3 |
|
public
String
|
$created_date
Date and time the folder was created |
|
public
String
|
$modified_date
Date and time the folder was last modified |