示例#1
0
 /**
  * @return string
  */
 public function getType()
 {
     if (!isset($this->loadedFields['type'])) {
         $this->loadProperties();
     }
     return parent::getType();
 }