ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
push ($elem) | |
pop () | |
top () | |
isEmpty () | |
reset () | |
count () | |
debug () | |
Protected Attributes | |
array | $stack = array() |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilDclStack.php.
ilDclStack::count | ( | ) |
Definition at line 70 of file class.ilDclStack.php.
Referenced by isEmpty(), pop(), and top().
ilDclStack::debug | ( | ) |
Definition at line 75 of file class.ilDclStack.php.
ilDclStack::isEmpty | ( | ) |
Definition at line 60 of file class.ilDclStack.php.
References count().
Referenced by pop(), and top().
ilDclStack::pop | ( | ) |
Definition at line 34 of file class.ilDclStack.php.
References count(), and isEmpty().
ilDclStack::push | ( | $elem | ) |
float | int | string | $elem |
Definition at line 26 of file class.ilDclStack.php.
ilDclStack::reset | ( | ) |
Definition at line 65 of file class.ilDclStack.php.
ilDclStack::top | ( | ) |
Definition at line 51 of file class.ilDclStack.php.
References count(), and isEmpty().
|
protected |
Definition at line 21 of file class.ilDclStack.php.