프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$arg |
메소드 | 설명 | |
---|---|---|
__construct ( $arg ) | ||
__toString ( ) | ||
anyOfOptions ( |
Check if an option is one of the option in the collection. | |
containsOptionValue ( ) | ||
extractExtraFlagOptions ( ) | ||
getOptionName ( ) : string | Parse option and return the name after dash. e.g., '--foo' returns 'foo' '-f' returns 'f'. | |
getOptionValue ( ) | ||
isEmpty ( ) | ||
isLongOption ( ) | ||
isOption ( ) | Check current argument is an option by the preceding dash. | |
isShortOption ( ) | ||
splitAsOption ( ) | ||
withExtraFlagOptions ( ) | Check combined short flags for "-abc" or "-vvv". |
public anyOfOptions ( |
||
$options |
public getOptionName ( ) : string | ||
리턴 | string |
public isOption ( ) |