ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilDclStack. More...
Public Member Functions | |
push ($elem) | |
pop () | |
top () | |
isEmpty () | |
reset () | |
count () | |
debug () | |
Protected Attributes | |
$stack = array() | |
Class ilDclStack.
Definition at line 9 of file class.ilDclStack.php.
ilDclStack::count | ( | ) |
Definition at line 69 of file class.ilDclStack.php.
Referenced by isEmpty(), pop(), and top().
ilDclStack::debug | ( | ) |
Definition at line 74 of file class.ilDclStack.php.
ilDclStack::isEmpty | ( | ) |
Definition at line 56 of file class.ilDclStack.php.
References count().
Referenced by pop(), and top().
ilDclStack::pop | ( | ) |
Definition at line 28 of file class.ilDclStack.php.
References count(), and isEmpty().
ilDclStack::push | ( | $elem | ) |
$elem |
Definition at line 20 of file class.ilDclStack.php.
ilDclStack::reset | ( | ) |
ilDclStack::top | ( | ) |
Definition at line 44 of file class.ilDclStack.php.
References count(), and isEmpty().
|
protected |
Definition at line 14 of file class.ilDclStack.php.