This commit is contained in:
Yurii
2026-01-22 18:16:59 +02:00
parent ae853a7848
commit 9a3ef004d3

View File

@@ -198,6 +198,9 @@ class Lead extends Person
return $this->setRelatedLinkOrEntity('campaign', $campaign);
}
/**
* @since 9.3.0
*/
public function getTitle(): ?string
{
return $this->get('title');