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

Set all fields of protocol simultaneously.
public setAll ( mixed[] $args = [], boolean $reassign = false ) : Kraken\Channel\Protocol\ProtocolInterface
$args mixed[]
$reassign boolean
Результат Kraken\Channel\Protocol\ProtocolInterface
Пример #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function decode($str)
 {
     return $this->protocol->setAll($this->parser->decode($str));
 }