getInstanceIdentifier() public static méthode

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