Collaber
extends BaseType
Table of Contents
Methods
-
__construct()
: mixed
-
getAccentType()
: string
-
getAvatar()
: array<string|int, mixed>
-
getImageUri()
: string
-
getPlaceholderBackgroundColor()
: string
-
getStyle()
: array<string|int, mixed>|null
-
getTitle()
: string
-
getType()
: string
-
setImage()
: void
-
setTitle()
: void
__construct()
public
__construct(mixed $title, mixed $image) : mixed
Parameters
-
$title
: mixed
-
-
$image
: mixed
-
getAccentType()
public
getAccentType() : string
getAvatar()
public
getAvatar() : array<string|int, mixed>
Return values
array<string|int, mixed>
getImageUri()
public
getImageUri() : string
getPlaceholderBackgroundColor()
public
getPlaceholderBackgroundColor() : string
getStyle()
public
getStyle() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getTitle()
public
getTitle() : string
getType()
public
getType() : string
setImage()
public
setImage(string $image) : void
Parameters
-
$image
: string
-
setTitle()
public
setTitle(string $title) : void
Parameters
-
$title
: string
-