Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function setPassword($password)
 {
     $this->_assertNotFrozen();
     $this->_delegateUrl->setPassword($password);
     return $this;
 }