Documentation

AiSnippet extends BaseModel
in package

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

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []

getCreatedAt()

public getCreatedAt() : string
Return values
string

getDescription()

public getDescription() : string
Return values
string

getId()

public getId() : int
Return values
int

getPlaceholder()

public getPlaceholder() : string
Return values
string

getUpdatedAt()

public getUpdatedAt() : string
Return values
string

getValue()

public getValue() : string
Return values
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
On this page

Search results