PHP Класс Apple_Exporter\Component_Factory

С версии: 0.2.0
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
get_component ( string $shortname, string $html ) : Component Get a component.
get_components_from_node ( DomNode $node ) : array Given a node, returns an array of all the components inside that node. If the node is a component itself, returns an array of only one element.
initialize ( Workspace $workspace, Settings $settings, Component_Text_Styles $styles, Component_Layouts $layouts ) Initialize the component factory.

Приватные методы

Метод Описание
register_component ( string $shortname, string $classname ) Register a component.

Описание методов

get_component() публичный статический Метод

Get a component.
public static get_component ( string $shortname, string $html ) : Component
$shortname string
$html string
Результат Component

get_components_from_node() публичный статический Метод

Given a node, returns an array of all the components inside that node. If the node is a component itself, returns an array of only one element.
public static get_components_from_node ( DomNode $node ) : array
$node DomNode
Результат array

initialize() публичный статический Метод

Initialize the component factory.
public static initialize ( Workspace $workspace, Settings $settings, Component_Text_Styles $styles, Component_Layouts $layouts )
$workspace Workspace
$settings Settings
$styles Component_Text_Styles
$layouts Component_Layouts