Public Member Functions | |
supports (ClassNode $node) | |
apply (ClassNode $node) | |
getPriority () | |
Prophecy\Doubler\ClassPatch\ThrowablePatch::apply | ( | ClassNode | $node | ) |
Applies patch to the specific class node.
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\ThrowablePatch::getPriority | ( | ) |
Returns patch priority, which determines when patch will be applied.
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\ThrowablePatch::supports | ( | ClassNode | $node | ) |
Checks if patch supports specific class node.
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.