baserCMS クラスリファレンス

InstallCheckCommand extends Command
in package
Uses BcContainerTrait

InstallCheckCommand

bin/cake install check

Table of Contents

Methods

check()  : mixed
環境チェック
execute()  : int|void|null
execute
getService()  : array<string|int, mixed>|mixed|object
Get Service
hasService()  : bool
Has Service

Methods

check()

環境チェック

public check(ConsoleIo $io) : mixed
Parameters
$io : ConsoleIo
Tags
checked
noTodo

execute()

execute

public execute(Arguments $args, ConsoleIo $io) : int|void|null
Parameters
$args : Arguments
$io : ConsoleIo
Tags
checked
noTodo
Return values
int|void|null

getService()

Get Service

public getService( $service) : array<string|int, mixed>|mixed|object
Parameters
$service :
Tags
checked
noTodo
unitTest
Return values
array<string|int, mixed>|mixed|object

hasService()

Has Service

public hasService( $service) : bool
Parameters
$service :
Tags
checked
noTodo
unitTest
Return values
bool

        
On this page

Search results