getPassword() public method

Get the configured password.
public getPassword ( ) : string
return string The configured password as a string.
コード例 #1
0
ファイル: Connection.php プロジェクト: treehouselabs/queue
 /**
  * @inheritdoc
  */
 public function getPassword()
 {
     return $this->delegate->getPassword();
 }