You are here

class PurgeDepend in Purge 7.2

Declares dependancies of the dependable items.

Hierarchy

Expanded class hierarchy of PurgeDepend

File

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

View source
class PurgeDepend extends Purge implements PurgeValidateable {

  /**
   * Validates the dependency.
   */
  public function validate() {
    $errors = array();
    return $errors;
  }

}

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::__sleep public function Only serialize the static values. 1
PurgeDepend::validate public function Validates the dependency. Overrides Purge::validate