コード例 #1
0
 /**
  * Returns an array of DMRecord IDs that we know about.
  * @return array
  */
 function getRecordIDs()
 {
     return array_unique(array_merge($this->_storedRecordIDs, parent::getRecordIDs()));
 }