ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Internal service factory. More...
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().
ilExerciseInternalFactory::service | ( | ) |
Internal business logic stuff.
Definition at line 33 of file class.ilExerciseInternalFactory.php.
Referenced by ui().
ilExerciseInternalFactory::ui | ( | $query_params = null , |
|
$post_data = null |
|||
) |
Get ui.
Definition at line 59 of file class.ilExerciseInternalFactory.php.
References request(), and service().
|
protected |
Definition at line 15 of file class.ilExerciseInternalFactory.php.
|
protected |
Definition at line 20 of file class.ilExerciseInternalFactory.php.