Nelmio\Alice\Definition\MethodCallInterface::getCaller PHP Метод

getCaller() публичный Метод

public getCaller ( ) : Nelmio\Alice\Definition\ServiceReferenceInterface | null
Результат Nelmio\Alice\Definition\ServiceReferenceInterface | null No caller means that the caller is the instance of the object itself.
    public function getCaller();

Usage Example

Пример #1
0
 /**
  * @inheritdoc
  */
 public function getCaller()
 {
     return $this->methodCall->getCaller();
 }