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

Public Member Functions

 resetCache ()
 
- Public Member Functions inherited from Prophecy\Doubler\Doubler
 __construct (ClassMirror $mirror=null, ClassCreator $creator=null, NameGenerator $namer=null)
 
 getClassPatches ()
 
 registerClassPatch (ClassPatchInterface $patch)
 
 double (ReflectionClass $class=null, array $interfaces, array $args=null)
 

Protected Member Functions

 createDoubleClass (ReflectionClass $class=null, array $interfaces)
 

Detailed Description

Cached class doubler. Prevents mirroring/creation of the same structure twice.

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

Member Function Documentation

◆ createDoubleClass()

Prophecy\Doubler\CachedDoubler::createDoubleClass ( ReflectionClass  $class = null,
array  $interfaces 
)
protected

{Creates double class and returns its FQN.

Parameters
ReflectionClass$class
ReflectionClass[]$interfaces
Returns
string
}

Reimplemented from Prophecy\Doubler\Doubler.


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