Method | Description | |
---|---|---|
__construct ( $content, $settings ) | Constructor. | |
register_layout ( string $name, string $spec ) | Register a layout into the exporter. | |
set_anchor_layout_for ( |
Sets the required layout for a component to anchor another component or be anchored. |
Method | Description | |
---|---|---|
build ( ) : array | Returns all layouts registered so far. |
Method | Description | |
---|---|---|
layout_exists ( string $name ) : boolean | Check if a layout already exists. |
public register_layout ( string $name, string $spec ) | ||
$name | string | |
$spec | string |
public set_anchor_layout_for ( |
||
$component |