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