PHP 클래스 Services\Installer

파일 보기 프로젝트 열기: doptor/doptor

보호된 프로퍼티들

프로퍼티 타입 설명
$listener

공개 메소드들

메소드 설명
__construct ( $listener )
checkCompatibility ( ) Check whether or not, the current PHP installation is compatible with the requirements or not
createSuperAdmin ( array $input ) Create an user with superadmin privileges
dbConnection ( $input ) Check connections to the database
dbMigrate ( $input )
setEnvironmentVariables ( array $input ) Set the environment variables as per configuration

메소드 상세

__construct() 공개 메소드

public __construct ( $listener )

checkCompatibility() 공개 메소드

Check whether or not, the current PHP installation is compatible with the requirements or not
public checkCompatibility ( )

createSuperAdmin() 공개 메소드

Create an user with superadmin privileges
public createSuperAdmin ( array $input )
$input array Input

dbConnection() 공개 메소드

Check connections to the database
public dbConnection ( $input )

dbMigrate() 공개 메소드

public dbMigrate ( $input )

setEnvironmentVariables() 공개 메소드

Set the environment variables as per configuration
public setEnvironmentVariables ( array $input )
$input array The input from configuration

프로퍼티 상세

$listener 보호되어 있는 프로퍼티

protected $listener