Lggr
Public Member Functions | List of all members
Prophecy\Prophet Class Reference

Public Member Functions

 __construct (Doubler $doubler=null, RevealerInterface $revealer=null, StringUtil $util=null)
 
 prophesize ($classOrInterface=null)
 
 getProphecies ()
 
 getDoubler ()
 
 checkPredictions ()
 

Detailed Description

Prophet creates prophecies.

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

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Prophet::__construct ( Doubler  $doubler = null,
RevealerInterface  $revealer = null,
StringUtil  $util = null 
)

Initializes Prophet.

Parameters
null | Doubler$doubler
null | RevealerInterface$revealer
null | StringUtil$util

Member Function Documentation

◆ checkPredictions()

Prophecy\Prophet::checkPredictions ( )

Checks all predictions defined by prophecies of this Prophet.

Exceptions
Exception

◆ getDoubler()

Prophecy\Prophet::getDoubler ( )

Returns Doubler instance assigned to this Prophet.

Returns
Doubler

◆ getProphecies()

Prophecy\Prophet::getProphecies ( )

Returns all created object prophecies.

Returns
ObjectProphecy[]

◆ prophesize()

Prophecy\Prophet::prophesize (   $classOrInterface = null)

Creates new object prophecy.

Parameters
null | string$classOrInterfaceClass or interface name
Returns
ObjectProphecy

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