Lggr
|
Public Member Functions | |
supports (ClassNode $node) | |
apply (ClassNode $node) | |
getPriority () | |
Add Prophecy functionality to the double. This is a core class patch for Prophecy.
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.