PHP Класс Apple_Exporter\Components\Image

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

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

Метод Описание
node_matches ( DomNode $node ) : mixed Look for node matches for this component.

Защищенные методы

Метод Описание
build ( string $text ) Build the component.

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

Метод Описание
find_caption_alignment ( ) : string Find the caption alignment to use.
group_component ( string $caption ) If the image has a caption, we have to also show a caption component.
register_anchor_layout ( ) Register the anchor layout.
register_non_anchor_layout ( ) Register the non-anchor layout.

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

build() защищенный метод

Build the component.
protected build ( string $text )
$text string

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

Look for node matches for this component.
public static node_matches ( DomNode $node ) : mixed
$node DomNode
Результат mixed