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

Public Member Functions

 __construct ($methodName, array $arguments, $returnValue, Exception $exception=null, $file, $line)
 
 getMethodName ()
 
 getArguments ()
 
 getReturnValue ()
 
 getException ()
 
 getFile ()
 
 getLine ()
 
 getCallPlace ()
 
 addScore (ArgumentsWildcard $wildcard, $score)
 
 getScore (ArgumentsWildcard $wildcard)
 

Detailed Description

Call object.

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

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Call\Call::__construct (   $methodName,
array  $arguments,
  $returnValue,
Exception  $exception = null,
  $file,
  $line 
)

Initializes call.

Parameters
string$methodName
array$arguments
mixed$returnValue
Exception$exception
null | string$file
null | int$line

Member Function Documentation

◆ addScore()

Prophecy\Call\Call::addScore ( ArgumentsWildcard  $wildcard,
  $score 
)

Adds the wildcard match score for the provided wildcard.

Parameters
ArgumentsWildcard$wildcard
false | int$score
Returns
$this

◆ getArguments()

Prophecy\Call\Call::getArguments ( )

Returns called method arguments.

Returns
array

◆ getCallPlace()

Prophecy\Call\Call::getCallPlace ( )

Returns short notation for callee place.

Returns
string

◆ getException()

Prophecy\Call\Call::getException ( )

Returns exception that call thrown.

Returns
null|Exception

◆ getFile()

Prophecy\Call\Call::getFile ( )

Returns callee filename.

Returns
string

◆ getLine()

Prophecy\Call\Call::getLine ( )

Returns callee line number.

Returns
int

◆ getMethodName()

Prophecy\Call\Call::getMethodName ( )

Returns called method name.

Returns
string

◆ getReturnValue()

Prophecy\Call\Call::getReturnValue ( )

Returns called method return value.

Returns
null|mixed

◆ getScore()

Prophecy\Call\Call::getScore ( ArgumentsWildcard  $wildcard)

Returns wildcard match score for the provided wildcard. The score is calculated if not already done.

Parameters
ArgumentsWildcard$wildcard
Returns
false|int False OR integer score (higher - better)

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