interface PurgeValidateable in Purge 7.2
Validates the item.
The item can validates it's own settings.
Hierarchy
- interface \PurgeValidateable
Expanded class hierarchy of PurgeValidateable
All classes that implement PurgeValidateable
File
- includes/
purge.class.inc, line 15 - Contains all class and interface definitions for Purge.
View source
interface PurgeValidateable {
/**
* Validates the item.
*
* @return array $errors
*/
function validate();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PurgeValidateable:: |
function | Validates the item. |