REBELinBLUE\Deployer\Presenters\CommandPresenter::presentAfterInstall PHP Метод

presentAfterInstall() публичный Метод

Gets the readable list of after install commands.
См. также: CommandPresenter::commandNames()
public presentAfterInstall ( ) : string
Результат string
    public function presentAfterInstall()
    {
        return $this->commandNames(Command::AFTER_INSTALL);
    }