PHP 클래스 Magestead\Helper\Config

파일 보기 프로젝트 열기: richdynamix/magestead

보호된 프로퍼티들

프로퍼티 타입 설명
$_config
$_projectPath

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Console\Output\OutputInterface $output ) Config constructor.
__get ( $name ) : mixed
getComposerHomeDir ( ) : string Find the composer home directory on non Mac environments (experimental)

보호된 메소드들

메소드 설명
getConfigFile ( Symfony\Component\Console\Output\OutputInterface $output ) : boolean | mixed
readConfigFile ( ) : string

메소드 상세

__construct() 공개 메소드

Config constructor.
public __construct ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

__get() 공개 메소드

public __get ( $name ) : mixed
$name
리턴 mixed

getComposerHomeDir() 공개 메소드

Find the composer home directory on non Mac environments (experimental)
public getComposerHomeDir ( ) : string
리턴 string

getConfigFile() 보호된 메소드

protected getConfigFile ( Symfony\Component\Console\Output\OutputInterface $output ) : boolean | mixed
$output Symfony\Component\Console\Output\OutputInterface
리턴 boolean | mixed

readConfigFile() 보호된 메소드

protected readConfigFile ( ) : string
리턴 string

프로퍼티 상세

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

protected $_config

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

protected $_projectPath