Lggr
|
Public Member Functions | |
supports (ClassNode $node) | |
apply (ClassNode $node) | |
getPriority () | |
Disable constructor. Makes all constructor arguments optional.
Prophecy\Doubler\ClassPatch\DisableConstructorPatch::apply | ( | ClassNode | $node | ) |
Makes all class constructor arguments optional.
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\DisableConstructorPatch::getPriority | ( | ) |
Returns patch priority, which determines when patch will be applied.
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\DisableConstructorPatch::supports | ( | ClassNode | $node | ) |
Checks if class has __construct
method.
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.