REBELinBLUE\Deployer\Presenters\CommandPresenter::presentAfterInstall PHP Method

presentAfterInstall() public method

Gets the readable list of after install commands.
See also: CommandPresenter::commandNames()
public presentAfterInstall ( ) : string
return string
    public function presentAfterInstall()
    {
        return $this->commandNames(Command::AFTER_INSTALL);
    }