Class ilBuddySystemRelationStateFactory.
More...
◆ __construct()
ilBuddySystemRelationStateFactory::__construct |
( |
ilLanguage |
$lng | ) |
|
◆ getInitialState()
ilBuddySystemRelationStateFactory::getInitialState |
( |
| ) |
|
◆ getInstance()
static ilBuddySystemRelationStateFactory::getInstance |
( |
?ilLanguage |
$lng = null | ) |
|
|
static |
◆ getStateButtonRendererByOwnerAndRelation()
ilBuddySystemRelationStateFactory::getStateButtonRendererByOwnerAndRelation |
( |
int |
$ownerId, |
|
|
ilBuddySystemRelation |
$relation |
|
) |
| |
◆ getTableFilterStateMapper()
Definition at line 70 of file class.ilBuddySystemRelationStateFactory.php.
72 $stateClass = get_class($state);
73 $class = $stateClass .
'TableFilterMapper';
75 return new $class($this->lng, $state);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ getValidStates()
ilBuddySystemRelationStateFactory::getValidStates |
( |
| ) |
|
◆ $instance
ilBuddySystemRelationStateFactory::$instance |
|
staticprotected |
◆ $lng
ilBuddySystemRelationStateFactory::$lng |
|
protected |
◆ $validStates
ilBuddySystemRelationStateFactory::$validStates |
|
staticprotected |
The documentation for this class was generated from the following file: