Esempio n. 1
0
 public function __construct(FsKey $aKey)
 {
     parent::__construct($aKey->folder()->iterator(FSIterator::CONTAIN_FOLDER | FSIterator::RETURN_FSO));
     $this->valid();
 }