Operation
class Operation (View source)
Represents a single operation to be executed on an image.
Properties
| string | $name | Descriptive name of the operation. |
|
| array | $properties | Properties. | |
| array | $required | Required parameters. |
Methods
__construct(string $name, array $properties, array $required)
Constructor.
string
getName()
Get Name.
array
getProperties()
Get Properties.
array
getRequired()
Get Required properties.
Details
__construct(string $name, array $properties, array $required)
Constructor.
string
getName()
Get Name.
array
getProperties()
Get Properties.
array
getRequired()
Get Required properties.