PhpBrew\Command\FpmCommand::init PHP Method

init() public method

public init ( )
    public function init()
    {
        parent::init();
        $this->command('setup');
        $this->command('start');
        $this->command('stop');
    }