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

Public Member Functions

 __construct (array $arguments)
 
 scoreArguments (array $arguments)
 
 __toString ()
 
 getTokens ()
 

Detailed Description

Arguments wildcarding.

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

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Argument\ArgumentsWildcard::__construct ( array  $arguments)

Initializes wildcard.

Parameters
array$argumentsArray of argument tokens or values

Member Function Documentation

◆ __toString()

Prophecy\Argument\ArgumentsWildcard::__toString ( )

Returns string representation for wildcard.

Returns
string

◆ getTokens()

Prophecy\Argument\ArgumentsWildcard::getTokens ( )
Returns
array

◆ scoreArguments()

Prophecy\Argument\ArgumentsWildcard::scoreArguments ( array  $arguments)

Calculates wildcard match score for provided arguments.

Parameters
array$arguments
Returns
false|int False OR integer score (higher - better)

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