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

Public Member Functions

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

Detailed Description

SplFileInfo patch. Makes SplFileInfo and derivative classes usable with Prophecy.

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

Member Function Documentation

◆ apply()

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

Updated constructor code to call parent one with dummy file argument.

Parameters
ClassNode$node

Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.

◆ getPriority()

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

Supports everything that extends SplFileInfo.

Parameters
ClassNode$node
Returns
bool

Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.


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