Beispiel #1
0
 public function __construct($path, $create = false)
 {
     parent::__construct($path);
     if ($create && !$this->exists()) {
         $this->create($create);
     }
 }