Exemple #1
0
 /**
  * Construtor.
  *
  * @param Config $config
  * @throws PersistException
  * */
 public function __construct(Config $config)
 {
     parent::__construct($config);
 }
Exemple #2
0
 /**
  * Construtor.
  *
  * @param PersistConfig $config
  * @throws PersistException
  * */
 public function __construct(Config $config)
 {
     parent::__construct($config);
     $this->_directory = $config->get('directory');
     $this->_sourceDn = $config->get('source');
 }