class PurgeTargetDrupal in Purge 7.2
Class definition for the Drupal Target.
Hierarchy
- class \Purge
- class \PurgeTarget implements PurgeValidateable
- class \PurgeTargetDrupal implements PurgeCacheable
- class \PurgeTarget implements PurgeValidateable
Expanded class hierarchy of PurgeTargetDrupal
File
- includes/
purge.class.inc, line 318 - Contains all class and interface definitions for Purge.
View source
class PurgeTargetDrupal extends PurgeTarget implements PurgeCacheable {
/**
* Set api data to url.
*/
public function cache() {
$base_url = $GLOBALS['base_url'];
$this->urls = array(
$base_url,
);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Purge:: |
public | property | ||
Purge:: |
public | property | ||
Purge:: |
public | property | ||
Purge:: |
public | property | ||
Purge:: |
public | property | ||
Purge:: |
public | property | ||
Purge:: |
public | property | ||
Purge:: |
public | property | ||
Purge:: |
public | function | Only serialize the static values. | 1 |
PurgeTarget:: |
public | property | ||
PurgeTarget:: |
public | function |
Validate Overrides Purge:: |
|
PurgeTargetDrupal:: |
public | function |
Set api data to url. Overrides PurgeCacheable:: |