Methods |
public
|
__construct(TData $data, class-string<InstalledVersions|ClassLoader> $class, string $method, mixed ...$args)
|
#
|
public
|
isMethod(class-string<InstalledVersions|ClassLoader> $class, string $method): bool
Check if the given Composer runtime API method was called
Check if the given Composer runtime API method was called
|
#
|
public
|
getArguments(): mixed[]
Get arguments passed to the Composer runtime API when the method was
called
Get arguments passed to the Composer runtime API when the method was
called
|
#
|
public
|
getData(): TData
Get data received from the Composer runtime API
Get data received from the Composer runtime API
|
#
|
public
|
setData(TData $data): void
Replace data received from the Composer runtime API
Replace data received from the Composer runtime API
|
#
|