semanticData = $semanticData; } /** * @see PropertyAnnotator::getSemanticData * * @since 1.9 */ public function getSemanticData() { return $this->semanticData; } /** * @see PropertyAnnotator::addAnnotation * * @since 1.9 */ public function addAnnotation() { return $this; } }