mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-16 09:48:42 +00:00
remove getId()
This commit is contained in:
parent
9ec29e0970
commit
5ca367e888
|
|
@ -67,18 +67,6 @@ class ProjectAttribute implements \JsonSerializable
|
|||
$this->value = new NullProjectAttributeValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -89,18 +89,6 @@ class ProjectAttributeType implements \JsonSerializable
|
|||
$this->setL11n($name);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set l11n
|
||||
*
|
||||
|
|
|
|||
|
|
@ -108,17 +108,6 @@ class ProjectAttributeValue implements \JsonSerializable
|
|||
*/
|
||||
private ?BaseStringL11n $l11n = null;
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set value
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user