Removes destination property.
string $property: The name of the destination property.
public function removeDestinationProperty($property) { unset($this->rawDestination[$property]); NestedArray::unsetValue($this->destination, explode(static::PROPERTY_SEPARATOR, $property)); }