You are here

public function PHPUnit_Framework_MockObject_Builder_Namespace::lookupId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Namespace.php \PHPUnit_Framework_MockObject_Builder_Namespace::lookupId()

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

Parameters

string $id The identifiction of the match builder.:

Return value

PHPUnit_Framework_MockObject_Builder_Match

1 method overrides PHPUnit_Framework_MockObject_Builder_Namespace::lookupId()
PHPUnit_Framework_MockObject_InvocationMocker::lookupId in vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/InvocationMocker.php

File

vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Namespace.php, line 26

Class

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

Code

public function lookupId($id);