コード例 #1
0
 public function getIdentifiedElements()
 {
     $returnValue = parent::getIdentifiedElements();
     $returnValue->addMultiple($this->getGaps());
     return $returnValue;
 }