Block

Provides an XHP node of content.

interface Block
Copyright
2015-2016 Appertly
License
Apache-2.0

Instance Methods

Public
ReturnsSignature and Description
Awaitable<XHPRoot>
compose(?ServerRequestInterface $request = null)

Compose the content.

int

Gets the display order of this block in its region.

string

Gets the region in which this block should appear.

Method Details

compose

abstract public function compose(?ServerRequestInterface $request = null)

Compose the content.

Parameters
NameTypeDescription
$request?ServerRequestInterface

The server request

Returns
TypeDescription
Awaitable<XHPRoot>

The XHP node

getOrder

abstract public function getOrder()

Gets the display order of this block in its region.

Returns
TypeDescription
int

The display order

getRegion

abstract public function getRegion()

Gets the region in which this block should appear.

Returns
TypeDescription
string

The region