remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:37:06 +02:00
parent c80484c69d
commit dea2c11f72
3 changed files with 0 additions and 36 deletions

View File

@ -92,18 +92,6 @@ class SurveyTemplateElementL11n implements \JsonSerializable
$this->language = $language;
}
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/**
* Get language
*

View File

@ -108,18 +108,6 @@ class SurveyTemplateL11n implements \JsonSerializable
$this->language = $language;
}
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/**
* Get language
*

View File

@ -80,18 +80,6 @@ class SurveyTemplateLabelL11n implements \JsonSerializable
$this->language = $language;
}
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/**
* Get language
*