mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-12 22:48:39 +00:00
remove getId()
This commit is contained in:
parent
c957b183ac
commit
d817ab07f4
|
|
@ -67,18 +67,6 @@ class TicketAttribute implements \JsonSerializable
|
||||||
$this->value = new TicketAttributeValue();
|
$this->value = new TicketAttributeValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -97,18 +97,6 @@ class TicketAttributeType 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 TicketAttributeValue 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
|
||||||
|
|
|
||||||
|
|
@ -70,18 +70,6 @@ class TicketElement implements \JsonSerializable
|
||||||
$this->taskElement = $taskElement ?? new TaskElement();
|
$this->taskElement = $taskElement ?? new TaskElement();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user