Runtime
Table of Contents
- $path : string|null
- Name and, optional, path, of the OCI executable binary.
- $runtimeArgs : array<string|int, string>|null
- List of command-line arguments to pass to the runtime when invoked.
- getPath() : string|null
- Name and, optional, path, of the OCI executable binary.
- getRuntimeArgs() : array<string|int, string>|null
- List of command-line arguments to pass to the runtime when invoked.
- setPath() : self
- Name and, optional, path, of the OCI executable binary.
- setRuntimeArgs() : self
- List of command-line arguments to pass to the runtime when invoked.
Properties
$path
Name and, optional, path, of the OCI executable binary.
protected
string|null
$path
$runtimeArgs
List of command-line arguments to pass to the runtime when invoked.
protected
array<string|int, string>|null
$runtimeArgs
Methods
getPath()
Name and, optional, path, of the OCI executable binary.
public
getPath() : string|null
binary and uses the first result.
Return values
string|null —getRuntimeArgs()
List of command-line arguments to pass to the runtime when invoked.
public
getRuntimeArgs() : array<string|int, string>|null
Return values
array<string|int, string>|null —setPath()
Name and, optional, path, of the OCI executable binary.
public
setPath(string|null $path) : self
binary and uses the first result.
Parameters
- $path : string|null
Return values
self —setRuntimeArgs()
List of command-line arguments to pass to the runtime when invoked.
public
setRuntimeArgs(array<string|int, string>|null $runtimeArgs) : self
Parameters
- $runtimeArgs : array<string|int, string>|null