ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (private $path, private readonly string $command='', private readonly array $query_params=[]) | |
guiPath () | |
command () | |
guiName () | |
queryParams () | |
Definition at line 23 of file Target.php.
ILIAS\LegalDocuments\Value\Target::__construct | ( | private | $path, |
private readonly string | $command = '' , |
||
private readonly array | $query_params = [] |
||
) |
string|list<string> | $path |
array<string,string> | $query_params |
Definition at line 29 of file Target.php.
ILIAS\LegalDocuments\Value\Target::command | ( | ) |
Definition at line 41 of file Target.php.
ILIAS\LegalDocuments\Value\Target::guiName | ( | ) |
Definition at line 46 of file Target.php.
References $path, and ILIAS\LegalDocuments\Value\Target\guiPath().
ILIAS\LegalDocuments\Value\Target::guiPath | ( | ) |
Definition at line 36 of file Target.php.
References $path.
Referenced by ILIAS\LegalDocuments\Value\Target\guiName().
ILIAS\LegalDocuments\Value\Target::queryParams | ( | ) |
Definition at line 55 of file Target.php.