Kraken\Channel\Protocol\ProtocolInterface::getAll PHP Method

getAll() public method

Get all fields of protocol in form of an array.
public getAll ( ) : mixed[]
return mixed[]
    public function getAll();

Usage Example

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