Lggr
|
Public Member Functions | |
supports (ClassNode $node) | |
apply (ClassNode $node) | |
getPriority () | |
ReflectionClass::newInstance patch. Makes first argument of newInstance optional, since it works but signature is misleading
Prophecy\Doubler\ClassPatch\ReflectionClassNewInstancePatch::apply | ( | ClassNode | $node | ) |
Updates newInstance's first argument to make it optional
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\ReflectionClassNewInstancePatch::getPriority | ( | ) |
Returns patch priority, which determines when patch will be applied.
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\ReflectionClassNewInstancePatch::supports | ( | ClassNode | $node | ) |
Supports ReflectionClass
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.