getLogin() public method

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