You are here

public function CacheFlushEntity::__construct in CacheFlush 7.3

Creates a default Cacheflush object.

Overrides Entity::__construct

See also

Entity::__construct()

File

modules/cacheflush_entity/includes/cacheflush_entity.class.inc, line 18
Provides a controller for CacheFlushEntity CRUD functionality.

Class

CacheFlushEntity
Main class for cacheflush entities.

Code

public function __construct(array $values = array(), $entity_type = NULL) {
  parent::__construct($values, 'cacheflush');
}