locator = $locator; $this->stream = $stream; } /** * Returns a location string which is created from the locator identifier and the stream path. */ public function locationString() { return ( $this->locator !== false ? $this->locator . ':' : '' ) . $this->stream; } } ?>