Beispiel #1
0
 /**
  * Set the containing folder for the object.
  * @access private
  */
 public function set_parent_folder($folder)
 {
     parent::set_parent_folder($folder);
     $this->parent_id = $folder->id;
     $this->root_id = $folder->root_id;
 }