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