Kraken\Channel\Protocol\ProtocolInterface::getAll PHP Метод

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

Get all fields of protocol in form of an array.
public getAll ( ) : mixed[]
Результат mixed[]
    public function getAll();

Usage Example

Пример #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function encode()
 {
     return $this->parser->encode($this->protocol->getAll());
 }