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

Public Member Functions

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

Detailed Description

Remove method functionality from the double which will clash with php keywords.

Author
Milan Magudia milan.nosp@m.@mag.nosp@m.udia..nosp@m.com

Member Function Documentation

◆ apply()

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

Remove methods that clash with php keywords

Parameters
ClassNode$node

Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.

◆ getPriority()

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

Support any class

Parameters
ClassNode$node
Returns
boolean

Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.


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