Exemple #1
0
 /**
  * Init
  *
  * @param string $path
  * @param boolean $use_root_path (add root path (PATH_ROOT) to start of path)
  */
 public function __construct($path, $use_root_path = true)
 {
     parent::__construct($path, $use_root_path);
     $this->_path = parent::formatDirectory($this->_path);
 }