Sets a destination to be empty.
string $property: The destination property.
public function setEmptyDestinationProperty($property) { $this->emptyDestinationProperties[] = $property; }