PHP Class ApiGen\Console\Input\LiberalFormatArgvInput

Inheritance: extends Symfony\Component\Console\Input\ArgvInput
Show file Open project: apigen/apigen

Public Methods

Method Description
getOption ( string $name ) : mixed
getOptions ( ) : array

Private Methods

Method Description
containsComma ( string $value ) : boolean
removeEqualsSign ( array | string $value ) : array | string
splitByComma ( mixed $value ) : mixed
splitByCommaIfHasAny ( string $value ) : string | array

Method Details

getOption() public method

public getOption ( string $name ) : mixed
$name string
return mixed

getOptions() public method

public getOptions ( ) : array
return array