Esempio n. 1
0
 /**
  * Export the entire collection contents to a json string.
  *
  * @param int $options
  *
  * @return string
  */
 public function exportFormattedJSON($options = 0)
 {
     return Lib::encode_readable_json($this->items, $options);
 }