|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Contact\BuddySystem\Tables\RelationsTable:Public Member Functions | |
| __construct (private readonly UIFactory $create, private readonly ilLanguage $lng, private readonly ilUIService $ui_service, private readonly Http $http) | |
| build (array $multi_actions, string $target_url, callable $action) | |
Private Member Functions | |
| actions (array $data, callable $action) | |
| filterComponent (string $target_url) | |
| rows (array $data, array $actions) | |
Static Private Member Functions | |
| static | filter (string $public_name_query, ilBuddySystemArrayCollection $relations, array $public_names, array $logins) |
| @template A More... | |
| static | pipe (Closure $a, Closure $b) |
Definition at line 47 of file RelationsTable.php.
| ILIAS\Contact\BuddySystem\Tables\RelationsTable::__construct | ( | private readonly UIFactory | $create, |
| private readonly ilLanguage | $lng, | ||
| private readonly ilUIService | $ui_service, | ||
| private readonly Http | $http | ||
| ) |
Definition at line 49 of file RelationsTable.php.
|
private |
| array<array{state | ilBuddySystemRelationState, points: ilBuddySystemRelationState[]}> $data |
| callable(string,string,string) | Action $action |
Definition at line 169 of file RelationsTable.php.
References $data.
Referenced by ILIAS\Contact\BuddySystem\Tables\RelationsTable\build().
Here is the caller graph for this function:| ILIAS\Contact\BuddySystem\Tables\RelationsTable::build | ( | array | $multi_actions, |
| string | $target_url, | ||
| callable | $action | ||
| ) |
| array<string,Action> | $multi_actions |
| callable(string,string,string) | Action $action |
Definition at line 112 of file RelationsTable.php.
References $data, ILIAS\Contact\BuddySystem\Tables\RelationsTable\actions(), ILIAS\Contact\BuddySystem\Tables\RelationsTable\filterComponent(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Contact\BuddySystem\Tables\RelationsTable\rows().
Here is the call graph for this function:
|
staticprivate |
@template A
| ilBuddySystemArrayCollection<int,A> | $relations |
| array<int,string> | $public_names |
| array<int,string> | $logins |
Definition at line 144 of file RelationsTable.php.
References $user_id, ilObjUser\_lookupActive(), ilBuddySystemArrayCollection\getKey(), and ILIAS\Contact\BuddySystem\Tables\RelationsTable\pipe().
Here is the call graph for this function:
|
private |
Definition at line 185 of file RelationsTable.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, ilBuddySystemRelationStateFactory\getInstance(), and ILIAS\Repository\lng().
Referenced by ILIAS\Contact\BuddySystem\Tables\RelationsTable\build().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Definition at line 158 of file RelationsTable.php.
References Vendor\Package\$a, and Vendor\Package\$b.
Referenced by ILIAS\Contact\BuddySystem\Tables\RelationsTable\filter().
Here is the caller graph for this function:
|
private |
| array<array{user_id | int, public_name: string, login: string, state: ilBuddySystemRelationState, points: ilBuddySystemRelationState[]}> $data | |
| string[] | $actions |
Definition at line 215 of file RelationsTable.php.
References Vendor\Package\$a, Vendor\Package\$b, $data, ILIAS\UI\Implementation\Component\Table\$range, ILIAS\UI\Component\Table\DataRowBuilder\buildDataRow(), and ILIAS\UI\Component\Table\DataRow\withDisabledAction().
Referenced by ILIAS\Contact\BuddySystem\Tables\RelationsTable\build().
Here is the call graph for this function:
Here is the caller graph for this function: