Exemplo n.º 1
0
 /**
  * construtor
  *
  * @param string[] $config
  * @param string $section
  * */
 public function __construct($config, $section)
 {
     parent::__construct($config, $section);
     self::$_hash = md5($this->toJSon());
 }
Exemplo n.º 2
0
 /**
  * @param string
  * @param string
  * */
 public function __construct($filename, $section)
 {
     parent::__construct($filename, $section);
 }