AiSnippet
extends BaseModel
Table of Contents
Properties
-
$createdAt
: string
-
$description
: string
-
$id
: int
-
$placeholder
: string
-
$updatedAt
: string
-
$value
: string
Methods
-
__construct()
: mixed
-
getCreatedAt()
: string
-
getDescription()
: string
-
getId()
: int
-
getPlaceholder()
: string
-
getUpdatedAt()
: string
-
getValue()
: string
-
setDescription()
: void
-
setPlaceholder()
: void
-
setValue()
: void
$createdAt
protected
string
$createdAt
$description
protected
string
$description
$id
protected
int
$id
$placeholder
protected
string
$placeholder
$updatedAt
protected
string
$updatedAt
$value
protected
string
$value
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getCreatedAt()
public
getCreatedAt() : string
getDescription()
public
getDescription() : string
getId()
public
getId() : int
getPlaceholder()
public
getPlaceholder() : string
getUpdatedAt()
public
getUpdatedAt() : string
getValue()
public
getValue() : string
setDescription()
public
setDescription(string $description) : void
Parameters
-
$description
: string
-
setPlaceholder()
public
setPlaceholder(string $placeholder) : void
Parameters
-
$placeholder
: string
-
setValue()
public
setValue(string $value) : void
Parameters
-
$value
: string
-