Ejemplo n.º 1
0
 /**
  * @return string
  */
 public function getType()
 {
     if (null === $this->rdata) {
         return;
     }
     return $this->rdata->getType();
 }
Ejemplo n.º 2
0
 /**
  * @return string
  */
 public function getType()
 {
     return $this->rdata->getType();
 }