Пример #1
0
 protected function exportDir(umiDirectory $v5f8f22b8cdbaeee8cf857673a9b6ba20)
 {
     $vd6fe1d0be6347b8ef2427fa629c04485 = $v5f8f22b8cdbaeee8cf857673a9b6ba20->getPath();
     $v651fd5d791e56187822de080423fe012 = ltrim($vd6fe1d0be6347b8ef2427fa629c04485, '.');
     if (isset($this->exported_dirs[$vd6fe1d0be6347b8ef2427fa629c04485])) {
         return false;
     }
     if ($this->limit) {
         if ($this->position >= $this->limit) {
             $this->break = true;
             return false;
         }
     }
     $v4a8a08f09d37b73795649038408b5f33 = $this->doc->createElement('directory', $v651fd5d791e56187822de080423fe012);
     $this->dirs_container->appendChild($v4a8a08f09d37b73795649038408b5f33);
     $v4a8a08f09d37b73795649038408b5f33->setAttribute('path', $vd6fe1d0be6347b8ef2427fa629c04485);
     $v4a8a08f09d37b73795649038408b5f33->setAttribute('name', $v5f8f22b8cdbaeee8cf857673a9b6ba20->getName());
     $this->exported_dirs[$vd6fe1d0be6347b8ef2427fa629c04485] = $vd6fe1d0be6347b8ef2427fa629c04485;
     $this->position++;
     return true;
 }