Item class.
More...
Coalesys\WebObjectTree\Item::__construct |
( |
| ) |
|
Coalesys\WebObjectTree\Item::addItem |
( |
|
$text = null , |
|
|
|
$hint = null |
|
) |
| |
Adds a new item to the items collection.
- Parameters
-
$text | The text string displayed for the item. |
$hint | The user-defined hint for applying custom styles. |
- Returns
- The item object.
Coalesys\WebObjectTree\Item::getHint |
( |
| ) |
|
Gets the user-defined hint for applying custom styles.
Coalesys\WebObjectTree\Item::getItems |
( |
| ) |
|
Gets the items collection.
Coalesys\WebObjectTree\Item::getText |
( |
| ) |
|
Gets the text string displayed for the item.
Coalesys\WebObjectTree\Item::setHint |
( |
|
$value | ) |
|
Sets the user-defined hint for applying custom styles.
Coalesys\WebObjectTree\Item::setText |
( |
|
$value | ) |
|
Sets the text string displayed for the item.
The documentation for this class was generated from the following file: