AccommodationAttribute
Table of Contents
-
$default_sort_order
: string
-
$default_text
: string
-
$enable_archives
: bool
-
$id
: int
-
$status
: string
-
$title
: string
-
$visible_in_details
: bool
-
__construct()
: mixed
-
getDefaultSortOrder()
: string
-
getDefaultText()
: string
-
getEnableArchives()
: string
-
getId()
: string
-
getStatus()
: string
-
getTitle()
: string
-
getVisibleInDetails()
: bool
-
setDefaultSortOrder()
: mixed
-
setDefaultText()
: mixed
-
setEnableArchives()
: mixed
-
setTitle()
: mixed
-
setVisibleInDetails()
: mixed
$default_sort_order
private
string
$default_sort_order
$default_text
private
string
$default_text
$enable_archives
private
bool
$enable_archives
$id
private
int
$id
$status
private
string
$status
$title
private
string
$title
$visible_in_details
private
bool
$visible_in_details
__construct()
public
__construct(array<string|int, mixed> $atts) : mixed
Parameters
-
$atts
: array<string|int, mixed>
-
Return values
mixed
—
getDefaultSortOrder()
public
getDefaultSortOrder() : string
Return values
string
—
getDefaultText()
public
getDefaultText() : string
Return values
string
—
getEnableArchives()
public
getEnableArchives() : string
Return values
string
—
getId()
public
getId() : string
Return values
string
—
getStatus()
public
getStatus() : string
Return values
string
—
getTitle()
public
getTitle() : string
Return values
string
—
getVisibleInDetails()
public
getVisibleInDetails() : bool
Return values
bool
—
setDefaultSortOrder()
public
setDefaultSortOrder(string $defaultSortOrder) : mixed
Parameters
-
$defaultSortOrder
: string
-
Return values
mixed
—
setDefaultText()
public
setDefaultText(string $defaultText) : mixed
Parameters
-
$defaultText
: string
-
Return values
mixed
—
setEnableArchives()
public
setEnableArchives(bool $enableArchives) : mixed
Parameters
-
$enableArchives
: bool
-
Return values
mixed
—
setTitle()
public
setTitle(string $title) : mixed
Parameters
-
$title
: string
-
Return values
mixed
—
setVisibleInDetails()
public
setVisibleInDetails(bool $visibleInDetails) : mixed
Parameters
-
$visibleInDetails
: bool
-
Return values
mixed
—