You are here

class BmTestItem in Backup and Migrate 7.3

A base class for mock exportables.

Hierarchy

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

Namesort descending Modifiers Type Description Overrides
BmTestItem::$api_version public property Indicates the API version to use.
BmTestItem::$disabled public property Edit this to true to make a default item disabled initially.