public function __construct(\Nethgui\System\PlatformInterface $platform) { $this->platform = $platform; $this->provider = new \NethServer\Tool\UserProvider($this->platform); $this->users = $this->provider->getUsers(); parent::__construct(array($this, 'readMailboxes')); }
public function __construct(\Nethgui\System\PlatformInterface $p) { $this->platform = $p; $this->innerAdapter = $this->platform->getTableAdapter('networks', 'network'); parent::__construct(array($this, 'readTable')); }
public function __construct(\Nethgui\System\PlatformInterface $platform) { $this->platform = $platform; parent::__construct(array($this, 'readMailQueue')); }
public function __construct(\Nethgui\System\PlatformInterface $platform) { $this->platform = $platform; $this->provider = new \NethServer\Tool\GroupProvider($platform); parent::__construct(array($this, 'readGroups')); }
public function __construct(\Nethgui\System\PlatformInterface $p) { $this->platform = $p; parent::__construct(array($this, 'getSharedMailboxList')); }
public function __construct(\Nethgui\System\PlatformInterface $p) { $this->platform = $p; parent::__construct(array($this, 'fetchCertificatesDatabase')); }