ClientSummary
Table of Contents
Methods
-
__construct()
: mixed
-
render()
: string
-
withDescription()
: self
-
withPhoto()
: self
-
withTitle()
: self
-
withTracking()
: self
-
withUrl()
: self
__construct()
public
__construct(int $entityTypeId, int $entityId) : mixed
Parameters
-
$entityTypeId
: int
-
-
$entityId
: int
-
render()
public
render() : string
withDescription()
public
withDescription(string $description) : self
Parameters
-
$description
: string
-
withPhoto()
public
withPhoto(int|null $photoFileId) : self
Parameters
-
$photoFileId
: int|null
-
withTitle()
public
withTitle(string $title) : self
Parameters
-
$title
: string
-
withTracking()
public
withTracking(bool $withTracking) : self
Parameters
-
$withTracking
: bool
-
withUrl()
public
withUrl(string $url) : self
Parameters
-
$url
: string
-