PHP Класс Apple_Exporter\Settings

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

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

Метод Описание
alignment_offset ( ) : string When a component is displayed aligned relative to another one, slide the other component a few columns. This varies for centered and non-centered layouts, as centered layouts have more columns.
all ( ) : array Get all settings.
body_column_span ( ) : string Get the body column span.
get ( string $name ) : mixed Get a setting.
layout_columns ( ) : string Get the layout columns.
layout_width ( ) : string Get the layout width.
set ( string $name, mixed $value ) : mixed Set a setting.

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

alignment_offset() публичный метод

When a component is displayed aligned relative to another one, slide the other component a few columns. This varies for centered and non-centered layouts, as centered layouts have more columns.
С версии: 0.4.0
public alignment_offset ( ) : string
Результат string

all() публичный метод

Get all settings.
public all ( ) : array
Результат array

body_column_span() публичный метод

Get the body column span.
public body_column_span ( ) : string
Результат string

get() публичный метод

Get a setting.
public get ( string $name ) : mixed
$name string
Результат mixed

layout_columns() публичный метод

Get the layout columns.
public layout_columns ( ) : string
Результат string

layout_width() публичный метод

Get the layout width.
public layout_width ( ) : string
Результат string

set() публичный метод

Set a setting.
public set ( string $name, mixed $value ) : mixed
$name string
$value mixed
Результат mixed