Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Phrozn
Runner
CommandLine
Command
PHP Class Phrozn\Runner\CommandLine\Command
Author:
Victor Farazdagi
Inheritance:
implements
ArrayAccess
Afficher le fichier
Open project: farazdagi/phrozn
Méthodes publiques
Méthode
Description
__construct
(
$file
)
offsetExists
(
$offset
)
offsetGet
(
$offset
)
offsetSet
(
$offset
,
$value
)
offsetUnset
(
$offset
)
Private Methods
Méthode
Description
load
(
string
$file
) :
array
Load configuration for a given command.
Method Details
__construct()
public
méthode
public
__construct
(
$file
)
offsetExists()
public
méthode
public
offsetExists
(
$offset
)
offsetGet()
public
méthode
public
offsetGet
(
$offset
)
offsetSet()
public
méthode
public
offsetSet
(
$offset
,
$value
)
offsetUnset()
public
méthode
public
offsetUnset
(
$offset
)