|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\Component\Dependencies\Reader:Public Member Functions | |
| read (Component $component) | |
Protected Member Functions | |
| addDefine ($_, $name) | |
| addImplement (int $i, string $name, $value) | |
| cacheImplement (string $name, $value) | |
| addUse (string $name) | |
| addContribute (int $i, string $name, $value) | |
| cacheContribute (string $name, $value) | |
| addSeek (string $name) | |
| addProvide (int $i, string $name, $value) | |
| cacheProvide (string $name, $value) | |
| addPull (string $name) | |
| addInternalOut (string $name, $value) | |
| cacheInternalOut (string $name, $value) | |
| resolveInternalOut (string $name) | |
| addInternalIn (string $name) | |
| populateTempArrays () | |
| flushTempArrays () | |
| resolveDependencies () | |
| compileResult (Component $component) | |
| createMock (string $class_name) | |
Protected Attributes | |
| array | $defines |
| array | $implements |
| array | $uses |
| array | $uses_temp = [] |
| array | $contributes |
| array | $seeks |
| array | $seeks_temp = [] |
| array | $provides |
| array | $pulls |
| array | $pulls_temp = [] |
| array | $internal_out |
| array | $internal_in |
| array | $internal_in_temp = [] |
Definition at line 25 of file Reader.php.
|
protected |
Definition at line 133 of file Reader.php.
References Vendor\Package\$d, ILIAS\Component\Dependencies\Reader\flushTempArrays(), and ILIAS\Component\Dependencies\Reader\populateTempArrays().
Referenced by ILIAS\Component\Dependencies\Reader\resolveDependencies().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 72 of file Reader.php.
References Vendor\Package\$d.
Referenced by ILIAS\Component\Dependencies\Reader\read().
Here is the caller graph for this function:
|
protected |
Definition at line 83 of file Reader.php.
References Vendor\Package\$d, ILIAS\Component\Dependencies\Reader\flushTempArrays(), and ILIAS\Component\Dependencies\Reader\populateTempArrays().
Referenced by ILIAS\Component\Dependencies\Reader\resolveDependencies().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 267 of file Reader.php.
References Vendor\Package\$d, ILIAS\Component\Dependencies\INTERNAL, and ILIAS\Component\Dependencies\Reader\resolveInternalOut().
Referenced by ILIAS\Component\Dependencies\Reader\read().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 231 of file Reader.php.
References Vendor\Package\$d, ILIAS\Component\Dependencies\Reader\flushTempArrays(), ILIAS\Component\Dependencies\INTERNAL, and ILIAS\Component\Dependencies\Reader\populateTempArrays().
Referenced by ILIAS\Component\Dependencies\Reader\resolveInternalOut().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 185 of file Reader.php.
References Vendor\Package\$d, ILIAS\Component\Dependencies\Reader\flushTempArrays(), and ILIAS\Component\Dependencies\Reader\populateTempArrays().
Referenced by ILIAS\Component\Dependencies\Reader\resolveDependencies().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 212 of file Reader.php.
References Vendor\Package\$d, and ILIAS\Component\Dependencies\Reader\createMock().
Referenced by ILIAS\Component\Dependencies\Reader\read().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 166 of file Reader.php.
References Vendor\Package\$d.
Referenced by ILIAS\Component\Dependencies\Reader\read().
Here is the caller graph for this function:
|
protected |
Definition at line 114 of file Reader.php.
References Vendor\Package\$d, and ILIAS\Component\Dependencies\Reader\createMock().
Referenced by ILIAS\Component\Dependencies\Reader\read().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 161 of file Reader.php.
Referenced by ILIAS\Component\Dependencies\Reader\read().
Here is the caller graph for this function:
|
protected |
Definition at line 109 of file Reader.php.
Referenced by ILIAS\Component\Dependencies\Reader\read().
Here is the caller graph for this function:
|
protected |
Definition at line 247 of file Reader.php.
Referenced by ILIAS\Component\Dependencies\Reader\read().
Here is the caller graph for this function:
|
protected |
Definition at line 207 of file Reader.php.
Referenced by ILIAS\Component\Dependencies\Reader\read().
Here is the caller graph for this function:
|
protected |
Definition at line 330 of file Reader.php.
References Vendor\Package\$a.
Referenced by ILIAS\Component\Dependencies\Reader\read().
Here is the caller graph for this function:
|
protected |
Definition at line 353 of file Reader.php.
Referenced by ILIAS\Component\Dependencies\Reader\addPull(), and ILIAS\Component\Dependencies\Reader\addUse().
Here is the caller graph for this function:
|
protected |
Definition at line 296 of file Reader.php.
Referenced by ILIAS\Component\Dependencies\Reader\addContribute(), ILIAS\Component\Dependencies\Reader\addImplement(), ILIAS\Component\Dependencies\Reader\addInternalOut(), and ILIAS\Component\Dependencies\Reader\addProvide().
Here is the caller graph for this function:
|
protected |
Definition at line 288 of file Reader.php.
Referenced by ILIAS\Component\Dependencies\Reader\addContribute(), ILIAS\Component\Dependencies\Reader\addImplement(), ILIAS\Component\Dependencies\Reader\addInternalOut(), and ILIAS\Component\Dependencies\Reader\addProvide().
Here is the caller graph for this function:| ILIAS\Component\Dependencies\Reader::read | ( | Component | $component | ) |
Definition at line 44 of file Reader.php.
References ILIAS\Component\Dependencies\Reader\addDefine(), ILIAS\Component\Dependencies\Reader\addInternalIn(), ILIAS\Component\Dependencies\Reader\addPull(), ILIAS\Component\Dependencies\Reader\addSeek(), ILIAS\Component\Dependencies\Reader\addUse(), ILIAS\Component\Dependencies\Reader\cacheContribute(), ILIAS\Component\Dependencies\Reader\cacheImplement(), ILIAS\Component\Dependencies\Reader\cacheInternalOut(), ILIAS\Component\Dependencies\Reader\cacheProvide(), ILIAS\Component\Dependencies\Reader\compileResult(), ILIAS\Component\Component\init(), and ILIAS\Component\Dependencies\Reader\resolveDependencies().
Here is the call graph for this function:
|
protected |
Definition at line 314 of file Reader.php.
References ILIAS\Component\Dependencies\Reader\addContribute(), ILIAS\Component\Dependencies\Reader\addImplement(), ILIAS\Component\Dependencies\Reader\addProvide(), and ILIAS\Component\Dependencies\Reader\resolveInternalOut().
Referenced by ILIAS\Component\Dependencies\Reader\read().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 252 of file Reader.php.
References ILIAS\Component\Dependencies\Reader\addInternalOut().
Referenced by ILIAS\Component\Dependencies\Reader\addInternalIn(), and ILIAS\Component\Dependencies\Reader\resolveDependencies().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 31 of file Reader.php.
|
protected |
Definition at line 27 of file Reader.php.
|
protected |
Definition at line 28 of file Reader.php.
|
protected |
Definition at line 38 of file Reader.php.
|
protected |
Definition at line 39 of file Reader.php.
|
protected |
Definition at line 37 of file Reader.php.
|
protected |
Definition at line 34 of file Reader.php.
|
protected |
Definition at line 35 of file Reader.php.
|
protected |
Definition at line 36 of file Reader.php.
|
protected |
Definition at line 32 of file Reader.php.
|
protected |
Definition at line 33 of file Reader.php.
|
protected |
Definition at line 29 of file Reader.php.
|
protected |
Definition at line 30 of file Reader.php.