/**
  * @return string
  */
 public function getCustomerServicePassword()
 {
     return Bukoli::getServicePassword();
 }
Beispiel #2
0
 /**
  * @return string
  */
 protected function getServicePassword()
 {
     return Bukoli::getServicePassword();
 }