PHP 클래스 JamesMoss\Flywheel\Config

Responsible for storing variables used throughout a Flywheel instance
파일 보기 프로젝트 열기: jamesmoss/flywheel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$options
$path

공개 메소드들

메소드 설명
__construct ( string $path, array $options = [] ) Constructor
getOption ( string $name ) : mixed Gets a specific option from the config
getPath ( ) : string Gets the path set during initialisation
hasAPC ( )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $path, array $options = [] )
$path string The full path to a writeable directory, with or without a trailing slash.
$options array Any other configuration options.

getOption() 공개 메소드

Gets a specific option from the config
public getOption ( string $name ) : mixed
$name string The name of the option to return.
리턴 mixed The value of the option if it exists or null if it doesnt.

getPath() 공개 메소드

Gets the path set during initialisation
public getPath ( ) : string
리턴 string The full file path, with no trailing slash.

hasAPC() 공개 메소드

public hasAPC ( )

프로퍼티 상세

$options 보호되어 있는 프로퍼티

protected $options

$path 보호되어 있는 프로퍼티

protected $path