getPassword() public method

Get the configured password.
public getPassword ( ) : string
return string The configured password as a string.
Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function getPassword()
 {
     return $this->delegate->getPassword();
 }