Lggr
Public Member Functions | List of all members
PHPUnit\Framework\MockObject\Builder\NamespaceMatch Interface Reference
Inheritance diagram for PHPUnit\Framework\MockObject\Builder\NamespaceMatch:
Inheritance graph
[legend]

Public Member Functions

 lookupId ($id)
 
 registerId ($id, Match $builder)
 

Detailed Description

Interface for builders which can register builders with a given identification.

This interface relates to Identity.

Member Function Documentation

◆ lookupId()

PHPUnit\Framework\MockObject\Builder\NamespaceMatch::lookupId (   $id)

Looks up the match builder with identification $id and returns it.

Parameters
string$idThe identification of the match builder
Returns
Match

Implemented in PHPUnit\Framework\MockObject\InvocationMocker.

◆ registerId()

PHPUnit\Framework\MockObject\Builder\NamespaceMatch::registerId (   $id,
Match  $builder 
)

Registers the match builder $builder with the identification $id. The builder can later be looked up using lookupId() to figure out if it has been invoked.

Parameters
string$idThe identification of the match builder
Match$builderThe builder which is being registered

Implemented in PHPUnit\Framework\MockObject\InvocationMocker.


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