dbmsv3 init...1
This commit is contained in:
parent
71f50b0b19
commit
8fffc82a7f
@ -47,9 +47,9 @@ class ServiceEntity extends CustomerEntity
|
|||||||
return $this->attributes['payment_uid'] ?? null;
|
return $this->attributes['payment_uid'] ?? null;
|
||||||
}
|
}
|
||||||
//기본기능용
|
//기본기능용
|
||||||
public function getTitle(): string
|
public function getCustomTitle(): string
|
||||||
{
|
{
|
||||||
return sprintf("[%s]%s", $this->getCode(), $this->getServerEntity()->getTitle());
|
return sprintf("[%s] %s", $this->getCode(), $this->getServerEntity()->getTitle());
|
||||||
}
|
}
|
||||||
final public function getSite(): string
|
final public function getSite(): string
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user