Exemplo n.º 1
0
 function encode($payload)
 {
     $enc = new Encoder($payload, $this->spec);
     return $enc->writeData()->export();
 }