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

Public Member Functions

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

Detailed Description

ReflectionClass::newInstance patch. Makes first argument of newInstance optional, since it works but signature is misleading

Author
Florian Klein flori.nosp@m.an.k.nosp@m.lein@.nosp@m.free.nosp@m..fr

Member Function Documentation

◆ apply()

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

Updates newInstance's first argument to make it optional

Parameters
ClassNode$node

Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.

◆ getPriority()

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

Supports ReflectionClass

Parameters
ClassNode$node
Returns
bool

Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.


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