PHP Class ApiGen\Console\Input\LiberalFormatArgvInput

Inheritance: extends Symfony\Component\Console\Input\ArgvInput
Afficher le fichier Open project: apigen/apigen

Méthodes publiques

Méthode Description
getOption ( string $name ) : mixed
getOptions ( ) : array

Private Methods

Méthode Description
containsComma ( string $value ) : boolean
removeEqualsSign ( array | string $value ) : array | string
splitByComma ( mixed $value ) : mixed
splitByCommaIfHasAny ( string $value ) : string | array

Method Details

getOption() public méthode

public getOption ( string $name ) : mixed
$name string
Résultat mixed

getOptions() public méthode

public getOptions ( ) : array
Résultat array