__construct() __construct(array $values = null) Create a new instance. Parameters array $values The arguments this instance represents.
equal() equal(self $arguments) : boolean Check if the specified arguments are identical to the expected arguments. Parameters self $arguments The arguments to check Returns boolean
canAccept() canAccept(self $arguments) : boolean Check if the specified arguments are acceptable as a match for the expected arguments. Parameters self $arguments The arguments to check Returns boolean