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

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

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