Lggr
|
Public Member Functions | |
supports (ClassNode $node) | |
apply (ClassNode $node) | |
getPriority () | |
Exception patch for HHVM to remove the stubs from special methods
Prophecy\Doubler\ClassPatch\HhvmExceptionPatch::apply | ( | ClassNode | $node | ) |
Removes special exception static methods from the doubled methods.
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\HhvmExceptionPatch::getPriority | ( | ) |
{Returns patch priority, which determines when patch will be applied.
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\HhvmExceptionPatch::supports | ( | ClassNode | $node | ) |
Supports exceptions on HHVM.
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.