Public Member Functions | |
__construct (MethodTagRetrieverInterface $tagRetriever=null) | |
supports (ClassNode $node) | |
apply (ClassNode $node) | |
getPriority () | |
Discover Magical API using "@method" PHPDoc format.
Prophecy\Doubler\ClassPatch\MagicCallPatch::apply | ( | ClassNode | $node | ) |
Discover Magical API
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\MagicCallPatch::getPriority | ( | ) |
Returns patch priority, which determines when patch will be applied.
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\MagicCallPatch::supports | ( | ClassNode | $node | ) |
Support any class
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.