Nelmio\Alice\Definition\MethodCallInterface::getCaller PHP Méthode

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.
    public function getCaller();

Usage Example

Exemple #1
0
 /**
  * @inheritdoc
  */
 public function getCaller()
 {
     return $this->methodCall->getCaller();
 }