Returns the raw destination. Rarely necessary.
For example calling setDestination('foo/bar', 'baz') results in
$this->destination['foo']['bar'] = 'baz'; $this->rawDestination['foo/bar'] = 'baz';
array The raw destination values.
public function getRawDestination() { return $this->rawDestination; }