Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function removeDotSegments()
 {
     $this->_assertNotFrozen();
     $this->_delegateUrl->removeDotSegments();
     return $this;
 }