コード例 #1
0
 /**
  * @return string
  */
 public function getKey()
 {
     if (!isset($this->loadedFields['key'])) {
         $this->loadProperties();
     }
     return parent::getKey();
 }