Esempio n. 1
0
 /**
  * Specialized JSON for DNS PTR creates and updates
  */
 protected function createJson()
 {
     return (object) array('recordsList' => parent::createJson(), 'link' => array('href' => $this->link_href, 'rel' => $this->link_rel));
 }