You are here

class PurgeOption in Purge 7.2

Defines options for items.

Hierarchy

Expanded class hierarchy of PurgeOption

File

includes/purge.class.inc, line 271
Contains all class and interface definitions for Purge.

View source
class PurgeOption extends Purge {
  public $value;

}

Members

Namesort descending Modifiers Type Description Overrides
Purge::$access public property
Purge::$available public property
Purge::$depend public property
Purge::$description public property
Purge::$enabled public property
Purge::$item public property
Purge::$name public property
Purge::$option public property
Purge::validate public function Does basic dependency checks for builtin dependencies. 5
Purge::__sleep public function Only serialize the static values. 1
PurgeOption::$value public property