| 
    file-fetcher
    
   | 
 
  
Disable constructor. Makes all constructor arguments optional.
Public Member Functions | |
| supports (ClassNode $node) | |
| apply (ClassNode $node) | |
| getPriority () | |
| 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.
 1.8.17