PHP Class Exakat\Config

Show file Open project: exakat/exakat Class Usage Examples

Public Properties

Property Type Description
$codePath
$dir_root
$executable
$is_phar
$projects_root

Public Methods

Method Description
__get ( $name )
__isset ( $name )
__set ( $name, $value )
factory ( $argv = [] )
factorySingle ( $argv = [] )
pop ( )
push ( $argv = [] )

Private Methods

Method Description
__construct ( $argv )
readCommandline ( )
readProjectConfig ( $project )

Method Details

__get() public method

public __get ( $name )

__isset() public method

public __isset ( $name )

__set() public method

public __set ( $name, $value )

factory() public static method

public static factory ( $argv = [] )

factorySingle() public static method

public static factorySingle ( $argv = [] )

pop() public static method

public static pop ( )

push() public static method

public static push ( $argv = [] )

Property Details

$codePath public property

public $codePath

$dir_root public property

public $dir_root

$executable public property

public $executable

$is_phar public property

public $is_phar

$projects_root public property

public $projects_root