PHP Class PhpBrew\Command\FpmCommand\SetupCommand

Inheritance: extends CLIFramework\Command
Exibir arquivo Open project: phpbrew/phpbrew

Public Methods

Method Description
arguments ( $args )
brief ( )
execute ( $buildName = null )
options ( $opts )
usage ( )

Protected Methods

Method Description
generateInitD ( $buildName, $fpmBin )
generateLaunchctlService ( $buildName, $fpmBin )
generateSystemctlService ( $buildName, $fpmBin )

Method Details

arguments() public method

public arguments ( $args )

brief() public method

public brief ( )

execute() public method

public execute ( $buildName = null )

generateInitD() protected method

protected generateInitD ( $buildName, $fpmBin )

generateLaunchctlService() protected method

protected generateLaunchctlService ( $buildName, $fpmBin )

generateSystemctlService() protected method

protected generateSystemctlService ( $buildName, $fpmBin )

options() public method

public options ( $opts )

usage() public method

public usage ( )