Checks if path exists.
bool Returns true if path exists
public function hasPath() { return isset($this->data[self::PATH]); }