Exemplo n.º 1
0
 /**
  * @return string
  */
 public function toString()
 {
     return $this->holder->getContent();
 }
Exemplo n.º 2
0
 /**
  * @return array
  */
 public function getData()
 {
     $data = $this->getJsonEncoder()->decode($this->holder->getContent());
     return $data !== null ? $data : [];
 }