PHP Class Magestead\Helper\Config

Afficher le fichier Open project: richdynamix/magestead

Protected Properties

Свойство Type Description
$_config
$_projectPath

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\Console\Output\OutputInterface $output ) Config constructor.
__get ( $name ) : mixed
getComposerHomeDir ( ) : string Find the composer home directory on non Mac environments (experimental)

Méthodes protégées

Méthode Description
getConfigFile ( Symfony\Component\Console\Output\OutputInterface $output ) : boolean | mixed
readConfigFile ( ) : string

Method Details

__construct() public méthode

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

__get() public méthode

public __get ( $name ) : mixed
$name
Résultat mixed

getComposerHomeDir() public méthode

Find the composer home directory on non Mac environments (experimental)
public getComposerHomeDir ( ) : string
Résultat string

getConfigFile() protected méthode

protected getConfigFile ( Symfony\Component\Console\Output\OutputInterface $output ) : boolean | mixed
$output Symfony\Component\Console\Output\OutputInterface
Résultat boolean | mixed

readConfigFile() protected méthode

protected readConfigFile ( ) : string
Résultat string

Property Details

$_config protected_oe property

protected $_config

$_projectPath protected_oe property

protected $_projectPath