function getGroupNamingService()
 {
     $helper = new ConfigHelper();
     $customConfigObj = !is_null($this->configuration) ? $helper->newCustomConfig($this->configuration) : null;
     $obj = $helper->newInstanceOf($this->className, array($customConfigObj), 'OCA\\User_Servervars2\\Service\\Impl\\PrependGroupNamingService');
     return $obj;
 }
Exemplo n.º 2
0
 public function getTokens()
 {
     $helper = new ConfigHelper();
     $config = $helper->newCustomConfig($this->customConfig);
     return $helper->newInstanceOf($this->className, array($config), '\\OCA\\User_Servervars2\\Service\\Impl\\MuteTokens');
 }