PortableBlank implements Item
Table of Contents
Interfaces
Properties
- $blocks : PortableBlockCollection
- $fields : PortableFieldCollection
- $files : PortableFileCollection
- $initiatedByType : InitiatedByType
- $isForTemplate : bool
- $scenario : string
- $title : string
Methods
- __construct() : mixed
Properties
$blocks read-only
public
PortableBlockCollection
$blocks
$fields read-only
public
PortableFieldCollection
$fields
$files read-only
public
PortableFileCollection
$files
$initiatedByType read-only
public
InitiatedByType
$initiatedByType
$isForTemplate read-only
public
bool
$isForTemplate
$scenario read-only
public
string
$scenario
$title
public
string
$title
Methods
__construct()
public
__construct(string $title, string $scenario, bool $isForTemplate, InitiatedByType $initiatedByType, PortableBlockCollection $blocks, PortableFileCollection $files, PortableFieldCollection $fields) : mixed
Parameters
- $title : string
- $scenario : string
- $isForTemplate : bool
- $initiatedByType : InitiatedByType
- $blocks : PortableBlockCollection
- $files : PortableFileCollection
- $fields : PortableFieldCollection