Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function getArgument($key)
 {
     return $this->delegate->getArgument($key);
 }
Exemplo n.º 2
0
 /**
  * @inheritdoc
  */
 public function getArgument(string $key)
 {
     return $this->queue->getArgument($key);
 }
Exemplo n.º 3
0
 /**
  * @param $key
  *
  * @return bool|int|string
  */
 public function getArgument($key)
 {
     return $this->rawQueue->getArgument($key);
 }