Lggr
|
Public Member Functions | |
lookupId ($id) | |
registerId ($id, Match $builder) | |
Interface for builders which can register builders with a given identification.
This interface relates to Identity.
PHPUnit\Framework\MockObject\Builder\NamespaceMatch::lookupId | ( | $id | ) |
Looks up the match builder with identification $id and returns it.
string | $id | The identification of the match builder |
Implemented in PHPUnit\Framework\MockObject\InvocationMocker.
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.
string | $id | The identification of the match builder |
Match | $builder | The builder which is being registered |
Implemented in PHPUnit\Framework\MockObject\InvocationMocker.