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

Public Member Functions

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

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

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: