Core/System.php
\phMagick\Core\System
Package: Default
Properties
Methods


add(
\phMagick\Core\Action $action
)
:
void
Adds an action to the action stack
Parameters
Name | Type | Description |
---|---|---|
$action | \phMagick\Core\Action |


execute(
)
:
void
Executes the actions on the stack destination of one action becomes the source of another action, so we can chain several actions together