REBELinBLUE\Deployer\Presenters\CommandPresenter::presentAfterInstall PHP Méthode

presentAfterInstall() public méthode

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