id = $id; } /** * @inheritDoc */ public function getID() { return $this->id; } /** * @inheritDoc */ public function getAlias() { return 'task'; } }