Page
extends ResourceModel
in package
Tags
Table of Contents
- $body : string|null
- $channel_id : int
- $contact_fields : string|null
- $email : string|null
- $feed : string|null
- $is_customers_only : bool
- $is_homepage : bool
- $is_visible : bool
- $link : string|null
- $meta_description : string|null
- $meta_keywords : string|null
- $meta_title : string
- $name : string
- $parent_id : int
- $search_keywords : string|null
- $sort_order : int
- $type : string
- Determines the type of the page.
- $url : string
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Properties
$body
public
string|null
$body
Tags
$channel_id
public
int
$channel_id
Tags
$contact_fields
public
string|null
$contact_fields
Tags
public
string|null
$email
Tags
$feed
public
string|null
$feed
Tags
$is_customers_only
public
bool
$is_customers_only
Tags
$is_homepage
public
bool
$is_homepage
Tags
$is_visible
public
bool
$is_visible
Tags
$link
public
string|null
$link
Tags
$meta_description
public
string|null
$meta_description
Tags
$meta_keywords
public
string|null
$meta_keywords
Tags
$meta_title
public
string
$meta_title
Tags
$name
public
string
$name
Tags
$parent_id
public
int
$parent_id
Tags
$search_keywords
public
string|null
$search_keywords
Tags
$sort_order
public
int
$sort_order
Tags
$type
Determines the type of the page.
public
string
$type
Allowed values: page, raw, contact_form, feed, link, blog
Tags
$url
public
string
$url
Tags
Methods
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
- $optionObject : stdClass|null = null
Tags
Return values
mixed —jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>