PHP 클래스 Apple_Exporter\Settings

파일 보기 프로젝트 열기: alleyinteractive/apple-news 1 사용 예제들

공개 메소드들

메소드 설명
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