Example #1
0
 /**
  * Rolls both path and url up by n and returns a new self
  *
  * @see StupidPath::up
  */
 public function up($n = 1)
 {
     return new self($this->path->up($n), $this->url->up($n));
 }