Lggr
|
Public Member Functions | |
supports (ClassNode $node) | |
apply (ClassNode $node) | |
getPriority () | |
Remove method functionality from the double which will clash with php keywords.
Prophecy\Doubler\ClassPatch\KeywordPatch::apply | ( | ClassNode | $node | ) |
Remove methods that clash with php keywords
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\KeywordPatch::getPriority | ( | ) |
Returns patch priority, which determines when patch will be applied.
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\KeywordPatch::supports | ( | ClassNode | $node | ) |
Support any class
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.