Lggr
Public Member Functions | List of all members
Prophecy\Doubler\ClassPatch\HhvmExceptionPatch Class Reference
Inheritance diagram for Prophecy\Doubler\ClassPatch\HhvmExceptionPatch:
Inheritance graph
[legend]
Collaboration diagram for Prophecy\Doubler\ClassPatch\HhvmExceptionPatch:
Collaboration graph
[legend]

Public Member Functions

 supports (ClassNode $node)
 
 apply (ClassNode $node)
 
 getPriority ()
 

Detailed Description

Exception patch for HHVM to remove the stubs from special methods

Author
Christophe Coevoet stof@.nosp@m.notk.nosp@m..org

Member Function Documentation

◆ apply()

Prophecy\Doubler\ClassPatch\HhvmExceptionPatch::apply ( ClassNode  $node)

Removes special exception static methods from the doubled methods.

Parameters
ClassNode$node
Returns
void

Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.

◆ getPriority()

Prophecy\Doubler\ClassPatch\HhvmExceptionPatch::getPriority ( )

{Returns patch priority, which determines when patch will be applied.

Returns
int Priority number (higher - earlier)
}

Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.

◆ supports()

Prophecy\Doubler\ClassPatch\HhvmExceptionPatch::supports ( ClassNode  $node)

Supports exceptions on HHVM.

Parameters
ClassNode$node
Returns
bool

Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.


The documentation for this class was generated from the following file: