class BmTestItem in Backup and Migrate 7.3
A base class for mock exportables.
Hierarchy
- class \BmTestItem
Expanded class hierarchy of BmTestItem
File
- tests/
bm_test.module, line 11 - Mock module to help and test hooks.
View source
class BmTestItem {
/**
* Edit this to true to make a default item disabled initially.
*
* @var bool
*/
public $disabled = FALSE;
/**
* Indicates the API version to use.
*
* @var int
*/
public $api_version = 1;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BmTestItem:: |
public | property | Indicates the API version to use. | |
BmTestItem:: |
public | property | Edit this to true to make a default item disabled initially. |