| 
    file-fetcher
    
   | 
 
  
Public Member Functions | |
| supports (ClassNode $node) | |
| apply (ClassNode $node) | |
| getPriority () | |
| Prophecy\Doubler\ClassPatch\ProphecySubjectPatch::apply | ( | ClassNode | $node | ) | 
Apply Prophecy functionality to class node.
| ClassNode | $node | 
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
| Prophecy\Doubler\ClassPatch\ProphecySubjectPatch::getPriority | ( | ) | 
Returns patch priority, which determines when patch will be applied.
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
| Prophecy\Doubler\ClassPatch\ProphecySubjectPatch::supports | ( | ClassNode | $node | ) | 
Always returns true.
| ClassNode | $node | 
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
 1.8.17