public function addSchemaProperty(ISchemaProperty $schemaProperty) { $this->propertyList[$schemaProperty->getName()] = $schemaProperty; }
/** * @return string */ public function getName() { return $this->schemaProperty->getName(); }