PHP Класс App\Console\Commands\XeInstall

Наследование: extends Illuminate\Console\Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$appKey
$basePlugins array
$defaultInfos array
$description string The console command description.
$executed boolean
$migrations
$signature string The name and signature of the console command.

Открытые методы

Метод Описание
__construct ( ) : void Create a new command instance.
askValidation ( string $question, string $default = null, callable $validator = null ) : string Prompt the user for input and validation the answer.
handle ( ) : mixed Execute the console command
secretDefault ( string $question, boolean $fallback = true, string $default = null ) : string Prompt the user for input but hide the answer from the console.

Защищенные методы

Метод Описание
createAdminAndLogin ( array $config ) : void createAdminAndLogin
installFramework ( ) : void installFramework
process ( ) : void process
stepAdmin ( ) : void stepAdmin
stepAgreeCollectEnv ( )
stepDB ( ) : void stepDB
stepDirPermission ( ) : void stepDirPermission
stepRequirement ( )
stepSiteInfo ( ) : void stepSiteInfo

Приватные методы

Метод Описание
bootFramework ( boolean $withXE = false ) : mixed bootFramework
configFileGenerate ( string $key, array $data ) : void configFileGenerate
disableDebugMode ( ) : void disableDebugMode
encodeArr2Str ( array $arr, integer $depth ) : string encodeArr2Str
getAdminInfo ( ) : void getAdminInfo
getAdminPassword ( array $adminInfo ) : string getAdminPassword
getBasePath ( null $path = null ) : string basePath
getDBInfo ( ) : void getDBInfo
getIndent ( integer $depth ) : string getIndent
getKey ( )
getRandomKey ( string $cipher ) : string Generate a random key for the application.
getSiteInfo ( ) : void getSiteInfo
initializeCore ( ) : void initializeCore
installBasePlugins ( ) : void installBasePlugins
makeDir ( string $dir ) : boolean makeDir
markInstalled ( ) : void markInstalled
migrateCore ( ) : void migrateCore
setBootCacheDirPermission ( ) : void setBootCacheDirPermission
setDBInfo ( array $dbInfo ) : void setDBInfo
setSiteInfo ( $siteInfo, $debug = true ) : void setSiteInfo
setStorageDirPermission ( ) : void setStorageDirPermission
validateDBInfo ( array $dbInfo ) : boolean validateDBInfo

Описание методов

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

Create a new command instance.
public __construct ( ) : void
Результат void

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

Prompt the user for input and validation the answer.
public askValidation ( string $question, string $default = null, callable $validator = null ) : string
$question string
$default string
$validator callable
Результат string

createAdminAndLogin() защищенный Метод

createAdminAndLogin
protected createAdminAndLogin ( array $config ) : void
$config array
Результат void

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

Execute the console command
public handle ( ) : mixed
Результат mixed

installFramework() защищенный Метод

installFramework
protected installFramework ( ) : void
Результат void

process() защищенный Метод

process
protected process ( ) : void
Результат void

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

Prompt the user for input but hide the answer from the console.
public secretDefault ( string $question, boolean $fallback = true, string $default = null ) : string
$question string
$fallback boolean
$default string
Результат string

stepAdmin() защищенный Метод

stepAdmin
protected stepAdmin ( ) : void
Результат void

stepAgreeCollectEnv() защищенный Метод

protected stepAgreeCollectEnv ( )

stepDB() защищенный Метод

stepDB
protected stepDB ( ) : void
Результат void

stepDirPermission() защищенный Метод

stepDirPermission
protected stepDirPermission ( ) : void
Результат void

stepRequirement() защищенный Метод

protected stepRequirement ( )

stepSiteInfo() защищенный Метод

stepSiteInfo
protected stepSiteInfo ( ) : void
Результат void

Описание свойств

$appKey защищенное свойство

protected $appKey

$basePlugins защищенное свойство

protected array $basePlugins
Результат array

$defaultInfos защищенное свойство

protected array $defaultInfos
Результат array

$description защищенное свойство

The console command description.
protected string $description
Результат string

$executed защищенное свойство

protected bool $executed
Результат boolean

$migrations защищенное свойство

protected $migrations

$signature защищенное свойство

The name and signature of the console command.
protected string $signature
Результат string