getSalt() public method

public getSalt ( )
コード例 #1
0
ファイル: Client.php プロジェクト: wellcommerce/wellcommerce
 /**
  * @return null
  */
 public function getSalt()
 {
     return $this->clientDetails->getSalt();
 }