getInstanceIdentifier() public static method

Retrieves the Instance Identifier that is used to retrieve the Proxy Subject from the Container
public static getInstanceIdentifier ( ) : string
return string
Example #1
0
 /**
  * @expectedException \BadMethodCallException
  */
 public function testErrorWhenUsingBaseClassDirectly()
 {
     StaticProxy::getInstanceIdentifier();
 }