|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\VObject\CliMock:
Collaboration diagram for Sabre\VObject\CliMock:Data Fields | |
| $quiet = false | |
| $format | |
| $pretty | |
| $stdin | |
| $stdout | |
| $stderr | |
| $inputFormat | |
| $outputFormat | |
Additional Inherited Members | |
Public Member Functions inherited from Sabre\VObject\Cli | |
| main (array $argv) | |
| Main function. More... | |
Protected Member Functions inherited from Sabre\VObject\Cli | |
| showHelp () | |
| Shows the help message. More... | |
| validate (Component $vObj) | |
| Validates a VObject file. More... | |
| repair (Component $vObj) | |
| Repairs a VObject file. More... | |
| convert ($vObj) | |
| Converts a vObject file to a new format. More... | |
| color ($vObj) | |
| Colorizes a file. More... | |
| colorize ($color, $str, $resetTo='default') | |
| Returns an ansi color string for a color name. More... | |
| cWrite ($color, $str) | |
| Writes out a string in specific color. More... | |
| serializeComponent (Component $vObj) | |
| serializeProperty (Property $property) | |
| Colorizes a property. More... | |
| parseArguments (array $argv) | |
| Parses the list of arguments. More... | |
| readInput () | |
| Reads the input file. More... | |
| log ($msg, $color='default') | |
| Sends a message to STDERR. More... | |
Protected Attributes inherited from Sabre\VObject\Cli | |
| $quiet = false | |
| $showHelp = false | |
| $format | |
| $pretty | |
| $inputPath | |
| $outputPath | |
| $stdout | |
| $stdin | |
| $stderr | |
| $inputFormat | |
| $forgiving = false | |
| $parser | |
Definition at line 626 of file CliTest.php.
| Sabre\VObject\CliMock::$format |
Definition at line 630 of file CliTest.php.
| Sabre\VObject\CliMock::$inputFormat |
Definition at line 640 of file CliTest.php.
| Sabre\VObject\CliMock::$outputFormat |
Definition at line 642 of file CliTest.php.
| Sabre\VObject\CliMock::$pretty |
Definition at line 632 of file CliTest.php.
| Sabre\VObject\CliMock::$quiet = false |
Definition at line 628 of file CliTest.php.
| Sabre\VObject\CliMock::$stderr |
Definition at line 638 of file CliTest.php.
| Sabre\VObject\CliMock::$stdin |
Definition at line 634 of file CliTest.php.
| Sabre\VObject\CliMock::$stdout |
Definition at line 636 of file CliTest.php.