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