Table of Contents
Properties
-
$config
: array<string|int, mixed>
-
$createdAt
: string
-
$description
: string
-
$entities
: array<string|int, int>
-
$id
: int
-
$name
: string
-
$slug
: string
-
$type
: string
-
$updatedAt
: string
Methods
-
__construct()
: mixed
-
getConfig()
: array<string|int, mixed>
-
getCreatedAt()
: string
-
getDescription()
: string
-
getEntities()
: array<string|int, string>
-
getId()
: int
-
getName()
: string
-
getSlug()
: string
-
getType()
: string
-
getUpdatedAt()
: string
-
setConfig()
: void
-
setDescription()
: void
-
setEntities()
: void
-
setName()
: void
$config
protected
array<string|int, mixed>
$config
$createdAt
protected
string
$createdAt
$description
protected
string
$description
$entities
protected
array<string|int, int>
$entities
$id
protected
int
$id
$name
protected
string
$name
$slug
protected
string
$slug
$type
protected
string
$type
$updatedAt
protected
string
$updatedAt
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getConfig()
public
getConfig() : array<string|int, mixed>
Return values
array<string|int, mixed>
getCreatedAt()
public
getCreatedAt() : string
getDescription()
public
getDescription() : string
getEntities()
public
getEntities() : array<string|int, string>
Return values
array<string|int, string>
getId()
public
getId() : int
getName()
public
getName() : string
getSlug()
public
getSlug() : string
getType()
public
getType() : string
getUpdatedAt()
public
getUpdatedAt() : string
setConfig()
public
setConfig(array<string|int, mixed> $config) : void
Parameters
-
$config
: array<string|int, mixed>
-
setDescription()
public
setDescription(string $description) : void
Parameters
-
$description
: string
-
setEntities()
public
setEntities(array<string|int, string> $entities) : void
Parameters
-
$entities
: array<string|int, string>
-
setName()
public
setName(string $name) : void
Parameters
-
$name
: string
-