PHP Class Deployment\CliRunner

Datei anzeigen Open project: dg/ftp-deployment

Public Properties

Property Type Description
$defaults array
$ignoreMasks string[]

Public Methods

Method Description
run ( ) : integer | null
toArray ( $val, $lines = FALSE ) : array

Protected Methods

Method Description
loadConfigFile ( $file )

Private Methods

Method Description
createDeployer ( $config ) : Deployer
loadConfig ( ) : array
setupPhp ( ) : void

Method Details

loadConfigFile() protected method

protected loadConfigFile ( $file )

run() public method

public run ( ) : integer | null
return integer | null

toArray() public static method

public static toArray ( $val, $lines = FALSE ) : array
return array

Property Details

$defaults public_oe property

public array $defaults
return array

$ignoreMasks public_oe property

public string[] $ignoreMasks
return string[]