|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
@phpstan-type RelationRecord array{ user_id: int, public_name: string, login: string, state: ilBuddySystemRelationState, target_states: list<ilBuddySystemRelationState>, state_text: string } More...
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, private readonly Closure $link_to_profile,) | |
| build (array $multi_actions, string $target_url, callable $action) | |
Private Member Functions | |
| actions (array $data, callable $action) | |
| filterComponent (string $target_url) | |
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) |
@phpstan-type RelationRecord array{ user_id: int, public_name: string, login: string, state: ilBuddySystemRelationState, target_states: list<ilBuddySystemRelationState>, state_text: string }
Definition at line 52 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, | ||
| private readonly Closure | $link_to_profile | ||
| ) |
| Closure(int,string) | string $link_to_profile |
Definition at line 57 of file RelationsTable.php.
|
private |
| list<RelationRecord> | $data |
| callable(string,string,string) | Action $action |
Definition at line 185 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 121 of file RelationsTable.php.
References $components, $data, ILIAS\Contact\BuddySystem\Tables\RelationsTable\actions(), ILIAS\Contact\BuddySystem\Tables\RelationsTable\filterComponent(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
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 160 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 201 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 174 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: