public function getPathname(array $usingAttributes = array()) { $attributes = array_merge($this->attributes, $usingAttributes); return $this->pattern->toString($attributes); }