getPassword() 공개 메소드

Get the configured password.
public getPassword ( ) : string
리턴 string The configured password as a string.
예제 #1
0
 /**
  * @inheritdoc
  */
 public function getPassword()
 {
     return $this->delegate->getPassword();
 }