Page
extends Entity
in package
Class Page
Table of Contents
Properties
- $contents : string
- $created : DateTime
- $draft : string
- $id : int
- $modified : DateTime
- $page_template : string
- $_accessible : array<string|int, mixed>
- Accessible
Properties
$contents
public
string
$contents
$created
public
DateTime
$created
$draft
public
string
$draft
$id
public
int
$id
$modified
public
DateTime
$modified
$page_template
public
string
$page_template
$_accessible
Accessible
protected
array<string|int, mixed>
$_accessible
= ['*' => true, 'id' => false]