getPassword() public method

public getPassword ( ) : string
return string
示例#1
0
 /**
  * @inheritDoc
  */
 public function getPassword()
 {
     return $this->clientDetails->getPassword();
 }