PHP Класс Magestead\Helper\Config

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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