Свойство | Тип | Описание | |
---|---|---|---|
$validAssetTypes | array | ||
$validDocumentTypes | array | ||
$validObjectTypes | array | ||
$validTypes | array |
Метод | Описание | |
---|---|---|
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
getArrayOption ( $option, $property, $singular, boolean $fallback = false ) : mixed | Get one of types, document, asset or object types, handle "all" value and list input validation. | |
humanList ( $list, string $glue = 'or', null $template = null ) : string | A,B,C -> A, B or C (with an optional template for each item) | |
writeWarmingMessage ( $type, $types ) |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected getArrayOption ( $option, $property, $singular, boolean $fallback = false ) : mixed | ||
$option | ||
$property | ||
$singular | ||
$fallback | boolean | |
Результат | mixed |