Esempio n. 1
0
 public function createUser(array $data, $skipAuthServer = TRUE)
 {
     return $this->_mapper->createUser($data, $skipAuthServer);
 }