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

Public Member Functions

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

Detailed Description

Add Prophecy functionality to the double. This is a core class patch for Prophecy.

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

Member Function Documentation

◆ apply()

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

Apply Prophecy functionality to class node.

Parameters
ClassNode$node

Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.

◆ getPriority()

Prophecy\Doubler\ClassPatch\ProphecySubjectPatch::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\ProphecySubjectPatch::supports ( ClassNode  $node)

Always returns true.

Parameters
ClassNode$node
Returns
bool

Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.


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