You are here

class ProcessedPathObject in filedepot 7

Same name in this branch
  1. 7 filedepot_archiver.class.php \ProcessedPathObject
  2. 7 filedepot_archiver.zip.class.php \ProcessedPathObject

This class tracks the hierarchy of the various categories to minimize database queries

Hierarchy

Expanded class hierarchy of ProcessedPathObject

File

./filedepot_archiver.zip.class.php, line 397
filedepot_archiver.class.php Archiving class for filedepot

View source
class ProcessedPathObject {
  public $catPid;
  public $catName;

}

Members