getConnected() public method

public getConnected ( ) : string[]
return string[]
Example #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getConnected()
 {
     return $this->connectionPool->getConnected();
 }