Example #1
0
 /**
  * Get a namespace in a given string format
  *
  * @param   string  $format   Format to return the string in
  * @param   mixed   $options  Parameters used by the formatter, see formatters for more info
  *
  * @return  string   Namespace in string format
  *
  * @since   2.0
  */
 public function toString($format = Format::JSON, $options = array())
 {
     return RegistryHelper::toString($this->data, $format, $options);
 }