PHP 클래스 Windwalker\Composer\StarterInstaller

부터: 2.1.1
파일 보기 프로젝트 열기: asika32764/natika

공개 메소드들

메소드 설명
rootInstall ( Composer\Script\Event $event ) : void Do install.

보호된 메소드들

메소드 설명
genSecretCode ( Composer\IO\IOInterface $io ) : void Generate secret code.
genSecretConfig ( Composer\IO\IOInterface $io ) : void Generate database config. will store in: etc/secret.yml.

메소드 상세

genSecretCode() 보호된 정적인 메소드

Generate secret code.
protected static genSecretCode ( Composer\IO\IOInterface $io ) : void
$io Composer\IO\IOInterface
리턴 void

genSecretConfig() 보호된 정적인 메소드

Generate database config. will store in: etc/secret.yml.
protected static genSecretConfig ( Composer\IO\IOInterface $io ) : void
$io Composer\IO\IOInterface
리턴 void

rootInstall() 공개 정적인 메소드

Do install.
public static rootInstall ( Composer\Script\Event $event ) : void
$event Composer\Script\Event The command event.
리턴 void