|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilDclStack: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.
References count().
Referenced by count(), ILIAS\UI\Implementation\Component\Table\Data\getColumnCount(), isEmpty(), pop(), and top().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDclStack::debug | ( | ) |
Definition at line 75 of file class.ilDclStack.php.
| ilDclStack::isEmpty | ( | ) |
| ilDclStack::pop | ( | ) |
Definition at line 34 of file class.ilDclStack.php.
References count(), and isEmpty().
Here is the call graph for this function:| 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 | ( | ) |
|
protected |
Definition at line 21 of file class.ilDclStack.php.