예제 #1
0
파일: Entity.php 프로젝트: romainrg/origami
 /**
  * Retourne les résultats au format JSON
  * @param string $index
  * @return array
  */
 public function toJson()
 {
     return json_encode($this->_storage->value());
 }