|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Internal service factory. More...
Collaboration diagram for ilExerciseInternalFactory:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| service () | |
| Internal business logic stuff. More... | |
| request ($query_params=null, $post_data=null) | |
| Get request. More... | |
| ui ($query_params=null, $post_data=null) | |
| Get ui. More... | |
Protected Attributes | |
| $request | |
| $ui | |
Internal service factory.
Definition at line 10 of file class.ilExerciseInternalFactory.php.
| ilExerciseInternalFactory::__construct | ( | ) |
| ilExerciseInternalFactory::request | ( | $query_params = null, |
|
$post_data = null |
|||
| ) |
Get request.
Definition at line 43 of file class.ilExerciseInternalFactory.php.
Referenced by ui().
Here is the caller graph for this function:| ilExerciseInternalFactory::service | ( | ) |
Internal business logic stuff.
Definition at line 33 of file class.ilExerciseInternalFactory.php.
Referenced by ui().
Here is the caller graph for this function:| ilExerciseInternalFactory::ui | ( | $query_params = null, |
|
$post_data = null |
|||
| ) |
Get ui.
Definition at line 59 of file class.ilExerciseInternalFactory.php.
References request(), and service().
Here is the call graph for this function:
|
protected |
Definition at line 15 of file class.ilExerciseInternalFactory.php.
|
protected |
Definition at line 20 of file class.ilExerciseInternalFactory.php.