Example #1
0
 /**
  * @param bool $Simulate
  *
  * @return string
  */
 public function getProtocol($Simulate = false)
 {
     return $this->Database->getProtocol($Simulate);
 }