function __init()
 {
     parent::__init();
     $this->content_header = 'application/rdf+xml';
     $this->pp_containers = $this->v('serializer_prettyprint_containers', 0, $this->a);
     $this->default_ns = $this->v('serializer_default_ns', '', $this->a);
     $this->type_nodes = $this->v('serializer_type_nodes', 0, $this->a);
 }
Пример #2
0
 function __init()
 {
     parent::__init();
     $this->content_header = 'application/json';
 }
 function __init()
 {
     parent::__init();
     $this->content_header = 'text/html';
 }
Пример #4
0
 function __init()
 {
     parent::__init();
     $this->esc_chars = array();
     $this->raw = 0;
 }
 function __init()
 {
     parent::__init();
     $this->content_header = 'application/x-turtle';
 }
Пример #6
0
 function __init()
 {
     parent::__init();
     $this->content_header = 'text/turtle';
 }
 function __init()
 {
     parent::__init();
 }
Пример #8
0
 function __init()
 {
     parent::__init();
     $this->content_header = 'application/rdf+xml';
     $this->pp_containers = $this->v('serializer_prettyprint_containers', 0, $this->a);
 }
 function __init()
 {
     parent::__init();
     $this->content_header = 'text/html';
     $this->label_store = $this->v('label_store', '', $this->a);
 }
Пример #10
0
 function __init()
 {
     parent::__init();
     $this->content_header = 'application/rdf+xml';
 }