You are here

public function TMGMTLocalTask::__construct in Translation Management Tool 7

Overrides Entity::__construct

File

translators/tmgmt_local/entity/tmgmt_local.entity.task.inc, line 81

Class

TMGMTLocalTask
Entity class for the local task entity.

Code

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