getCaller() public méthode

public getCaller ( ) : Nelmio\Alice\Definition\ServiceReferenceInterface | null
Résultat Nelmio\Alice\Definition\ServiceReferenceInterface | null No caller means that the caller is the instance of the object itself.
Exemple #1
0
 /**
  * @inheritdoc
  */
 public function getCaller()
 {
     return $this->methodCall->getCaller();
 }