ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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().
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().
|
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().
|
private |
Definition at line 185 of file RelationsTable.php.
References ilBuddySystemRelationStateFactory\getInstance(), and ILIAS\Repository\lng().
Referenced by ILIAS\Contact\BuddySystem\Tables\RelationsTable\build().
|
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().
|
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().