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

Public Member Functions

 __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

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Doubler\Doubler::__construct ( ClassMirror  $mirror = null,
ClassCreator  $creator = null,
NameGenerator  $namer = null 
)

Initializes doubler.

Parameters
ClassMirror$mirror
ClassCreator$creator
NameGenerator$namer

Member Function Documentation

◆ createDoubleClass()

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

Creates double class and returns its FQN.

Parameters
ReflectionClass$class
ReflectionClass[]$interfaces
Returns
string

Reimplemented in Prophecy\Doubler\CachedDoubler.

◆ double()

Prophecy\Doubler\Doubler::double ( ReflectionClass  $class = null,
array  $interfaces,
array  $args = null 
)

Creates double from specific class or/and list of interfaces.

Parameters
ReflectionClass$class
ReflectionClass[]$interfacesArray of ReflectionClass instances
array$argsConstructor arguments
Returns
DoubleInterface
Exceptions

◆ getClassPatches()

Prophecy\Doubler\Doubler::getClassPatches ( )

Returns list of registered class patches.

Returns
ClassPatchInterface[]

◆ registerClassPatch()

Prophecy\Doubler\Doubler::registerClassPatch ( ClassPatchInterface  $patch)

Registers new class patch.

Parameters
ClassPatchInterface$patch

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