Lggr
|
Public Member Functions | |
supports (ClassNode $node) | |
apply (ClassNode $node) | |
getPriority () | |
SplFileInfo patch. Makes SplFileInfo and derivative classes usable with Prophecy.
Prophecy\Doubler\ClassPatch\SplFileInfoPatch::apply | ( | ClassNode | $node | ) |
Updated constructor code to call parent one with dummy file argument.
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\SplFileInfoPatch::getPriority | ( | ) |
Returns patch priority, which determines when patch will be applied.
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\SplFileInfoPatch::supports | ( | ClassNode | $node | ) |
Supports everything that extends SplFileInfo.
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.