[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/backup/util/plan/ -> backup_plan.class.php (summary)

(no description)

Copyright: 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 133 lines (4 kb)
Included or required:0 times
Referenced: 1 time
Includes or requires: 0 files

Defines 2 classes

backup_plan:: (14 methods):
  __construct()
  destroy()
  build()
  get_backupid()
  get_type()
  get_mode()
  get_courseid()
  get_basepath()
  get_logger()
  get_progress()
  is_excluding_activities()
  set_excluding_activities()
  log()
  execute()

backup_plan_exception:: (1 method):
  __construct()


Class: backup_plan  - X-Ref

Implementable class defining the needed stuf for one backup plan

TODO: Finish phpdocs
__construct($controller)   X-Ref
Constructor - instantiates one object of this class


destroy()   X-Ref
Destroy all circular references. It helps PHP 5.2 a lot!


build()   X-Ref
No description

get_backupid()   X-Ref
No description

get_type()   X-Ref
No description

get_mode()   X-Ref
No description

get_courseid()   X-Ref
No description

get_basepath()   X-Ref
No description

get_logger()   X-Ref
No description

get_progress()   X-Ref
Gets the progress reporter, which can be used to report progress within
the backup or restore process.

return: \core\progress\base Progress reporting object

is_excluding_activities()   X-Ref
No description

set_excluding_activities()   X-Ref
No description

log($message, $level, $a = null, $depth = null, $display = false)   X-Ref
No description

execute()   X-Ref
Function responsible for executing the tasks of any plan


Class: backup_plan_exception  - X-Ref

__construct($errorcode, $a=NULL, $debuginfo=null)   X-Ref
No description



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1