예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function setPath($path)
 {
     $this->_assertNotFrozen();
     $this->_delegateUrl->setPath($path);
     return $this;
 }