file-fetcher
Public Member Functions | List of all members
Prophecy\Doubler\ClassPatch\ClassPatchInterface Interface Reference
Inheritance diagram for Prophecy\Doubler\ClassPatch\ClassPatchInterface:
Prophecy\Doubler\ClassPatch\DisableConstructorPatch Prophecy\Doubler\ClassPatch\HhvmExceptionPatch Prophecy\Doubler\ClassPatch\KeywordPatch Prophecy\Doubler\ClassPatch\MagicCallPatch Prophecy\Doubler\ClassPatch\ProphecySubjectPatch Prophecy\Doubler\ClassPatch\ReflectionClassNewInstancePatch Prophecy\Doubler\ClassPatch\SplFileInfoPatch Prophecy\Doubler\ClassPatch\ThrowablePatch Prophecy\Doubler\ClassPatch\TraversablePatch

Detailed Description

Class patch interface. Class patches extend doubles functionality or help Prophecy to avoid some internal PHP bugs.

Author
Konstantin Kudryashov ever..nosp@m.zet@.nosp@m.gmail.nosp@m..com

Public Member Functions

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

Member Function Documentation

◆ apply()

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

◆ getPriority()

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

◆ supports()

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

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