|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Basic Implementation for Activities. More...
Inheritance diagram for ILIAS\Component\Activities\ActivityImpl:
Collaboration diagram for ILIAS\Component\Activities\ActivityImpl:Public Member Functions | |
| getName () | |
| Shall return classname of the Activity, wrapped in Name. More... | |
Public Member Functions inherited from ILIAS\Component\Activities\Activity | |
| getName () | |
| Shall return classname of the Activity, wrapped in Name. More... | |
| getType () | |
| getDescription () | |
| getInputDescription () | |
| getOutputDescription (Description\Factory $f) | |
| isAllowedToPerform (int $usr_id, mixed $parameters) | |
| This shall check if the given user is allowed to perform the activity based on business rules of this component. More... | |
| perform (mixed $parameters) | |
| This shall perform the activity. More... | |
| maybePerformAs (int $usr_id, array $raw_parameters) | |
| Grinds the $raw_parameters through the input description, checks if the users is allowed to perform the action as requested and, if so, then attempts to performs it. More... | |
Basic Implementation for Activities.
Use Command or Query for more speficism instead.
Definition at line 27 of file ActivityImpl.php.
| ILIAS\Component\Activities\ActivityImpl::getName | ( | ) |
Shall return classname of the Activity, wrapped in Name.
Implements ILIAS\Component\Activities\Activity.
Definition at line 29 of file ActivityImpl.php.