PHP Class Apple_Exporter\Settings

Afficher le fichier Open project: alleyinteractive/apple-news Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

alignment_offset() public méthode

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.
Since: 0.4.0
public alignment_offset ( ) : string
Résultat string

all() public méthode

Get all settings.
public all ( ) : array
Résultat array

body_column_span() public méthode

Get the body column span.
public body_column_span ( ) : string
Résultat string

get() public méthode

Get a setting.
public get ( string $name ) : mixed
$name string
Résultat mixed

layout_columns() public méthode

Get the layout columns.
public layout_columns ( ) : string
Résultat string

layout_width() public méthode

Get the layout width.
public layout_width ( ) : string
Résultat string

set() public méthode

Set a setting.
public set ( string $name, mixed $value ) : mixed
$name string
$value mixed
Résultat mixed