PHP 클래스 Pipe\Config

Config object is responsible for storing all the configuration used to setup a connection to the database, as well as a few helpers.
저자: Robert Crowe ([email protected])
파일 보기 프로젝트 열기: chh/pipe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$cssCompressor
$debug
$filename
$jsCompressor
$loadPaths
$precompile
$precompilePrefix

공개 메소드들

메소드 설명
__construct ( $values = [], $filename = null )
createEnvironment ( ) # Returns a new Environment instance.
fromYaml ( $file ) # Returns a new Config object.

메소드 상세

__construct() 공개 메소드

public __construct ( $values = [], $filename = null )

createEnvironment() 공개 메소드

# Returns a new Environment instance.
public createEnvironment ( )

fromYaml() 정적인 공개 메소드

# Returns a new Config object.
static public fromYaml ( $file )

프로퍼티 상세

$cssCompressor 공개적으로 프로퍼티

public $cssCompressor

$debug 공개적으로 프로퍼티

public $debug

$filename 공개적으로 프로퍼티

public $filename

$jsCompressor 공개적으로 프로퍼티

public $jsCompressor

$loadPaths 공개적으로 프로퍼티

public $loadPaths

$precompile 공개적으로 프로퍼티

public $precompile

$precompilePrefix 공개적으로 프로퍼티

public $precompilePrefix