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);
    }