ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 76 of file class.ilDclStack.php.
Referenced by isEmpty(), pop(), and top().
ilDclStack::debug | ( | ) |
Definition at line 82 of file class.ilDclStack.php.
ilDclStack::isEmpty | ( | ) |
Definition at line 61 of file class.ilDclStack.php.
References count().
Referenced by pop(), and top().
ilDclStack::pop | ( | ) |
Definition at line 30 of file class.ilDclStack.php.
References count(), and isEmpty().
ilDclStack::push | ( | $elem | ) |
$elem |
Definition at line 21 of file class.ilDclStack.php.
ilDclStack::reset | ( | ) |
Definition at line 67 of file class.ilDclStack.php.
ilDclStack::top | ( | ) |
Definition at line 48 of file class.ilDclStack.php.
References count(), and isEmpty().
|
protected |
Definition at line 15 of file class.ilDclStack.php.