You are here

public function TMGMTLocalTaskItem::__construct in Translation Management Tool 7

Overrides Entity::__construct

File

translators/tmgmt_local/entity/tmgmt_local.entity.task_item.inc, line 74

Class

TMGMTLocalTaskItem
Entity class for the local task item entity.

Code

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