Exemplo n.º 1
0
 /**
  * @return string
  */
 public function getType($inPHP = true)
 {
     if (!$inPHP) {
         return $this->type;
     }
     return AbstractAdapter::convertTypeToPHP($this->type);
 }