Beispiel #1
0
 public function setPath($path)
 {
     parent::setPath($path);
     if (!file_exists($this->getPath())) {
         $filesystem = new Filesystem();
         $filesystem->mkdir($this->getPath(), 0755, 00, true);
     }
 }