getPassword() 공개 메소드

public getPassword ( ) : string
리턴 string
예제 #1
0
 /**
  * @inheritDoc
  */
 public function getPassword()
 {
     return $this->clientDetails->getPassword();
 }