PHP Class GetOptionKit\OptionResult
create option result from array()
OptionResult::create($spec, array(
'key' => 'value'
), array( ... arguments ... ) );
Afficher le fichier
Open project: c9s/getoptionkit
Class Usage Examples
Méthodes publiques
Свойство |
Type |
Description |
|
$arguments |
|
* arguments |
|
$keys |
|
option specs, key => Option object |
|
Méthodes publiques
Method Details
public __set ( $key, $value ) |
addArgument()
public méthode
create()
public static méthode
getArguments()
public méthode
getIterator()
public méthode
offsetExists()
public méthode
offsetGet()
public méthode
offsetSet()
public méthode
offsetUnset()
public méthode
public set ( $key, Option $value ) |
$value |
Option |
|
Property Details
$arguments public_oe property
option specs, key => Option object