mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-02-14 08:48:41 +00:00
remove getId()
This commit is contained in:
parent
8145e517b3
commit
7df6ea82b6
|
|
@ -67,18 +67,6 @@ class EventAttribute implements \JsonSerializable
|
||||||
$this->value = new NullEventAttributeValue();
|
$this->value = new NullEventAttributeValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -90,18 +90,6 @@ class EventAttributeType implements \JsonSerializable
|
||||||
$this->setL11n($name);
|
$this->setL11n($name);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set l11n
|
* Set l11n
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -108,17 +108,6 @@ class EventAttributeValue implements \JsonSerializable
|
||||||
*/
|
*/
|
||||||
private ?BaseStringL11n $l11n = null;
|
private ?BaseStringL11n $l11n = null;
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set value
|
* Set value
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user