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

Public Member Functions

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

Detailed Description

Disable constructor. Makes all constructor arguments optional.

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

Member Function Documentation

◆ apply()

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

Makes all class constructor arguments optional.

Parameters
ClassNode$node

Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.

◆ getPriority()

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

Checks if class has __construct method.

Parameters
ClassNode$node
Returns
bool

Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.


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