PHP Classes

File: vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/definition_astext.txt

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/definition_astext.txt   Download  
File: vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Fixtures/definition_astext.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 804 bytes
 

Contents

Class file image Download
<comment>Arguments:</comment> <info>foo</info> The foo argument <info>baz</info> The baz argument<comment> [default: true]</comment> <info>bar</info> The bar argument<comment> [default: ["http://foo.com/"]]</comment> <comment>Options:</comment> <info>-f, --foo=FOO</info> The foo option <info> --baz[=BAZ]</info> The baz option<comment> [default: false]</comment> <info>-b, --bar[=BAR]</info> The bar option<comment> [default: "bar"]</comment> <info> --qux[=QUX]</info> The qux option<comment> [default: ["http://foo.com/","bar"]]</comment><comment> (multiple values allowed)</comment> <info> --qux2[=QUX2]</info> The qux2 option<comment> [default: {"foo":"bar"}]</comment><comment> (multiple values allowed)</comment>