*/ interface OutputInterface { public const VERBOSITY_QUIET = 16; public const VERBOSITY_NORMAL = 32; public const VERBOSITY_VERBOSE = 64; public const VERBOSITY_VERY_VERBOSE = 128; public const VERBOSITY_DEBUG = 256; public const OUTPUT_NORMAL = 1; public const OUTPUT_RAW = 2; public const OUTPUT_PLAIN = 4; /** * Writes a message to the output. * * @param string|iterable $messages The message as an iterable of strings or a single string * @param bool $newline Whether to add a newline * @param int $options A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL */ public function write($messages, bool $newline = false, int $options = 0); /** * Writes a message to the output and adds a newline at the end. * * @param string|iterable $messages The message as an iterable of strings or a single string * @param int $options A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL */ public function writeln($messages, int $options = 0); /** * Sets the verbosity of the output. */ public function setVerbosity(int $level); /** * Gets the current verbosity of the output. * * @return int */ public function getVerbosity(); /** * Returns whether verbosity is quiet (-q). * * @return bool */ public function isQuiet(); /** * Returns whether verbosity is verbose (-v). * * @return bool */ public function isVerbose(); /** * Returns whether verbosity is very verbose (-vv). * * @return bool */ public function isVeryVerbose(); /** * Returns whether verbosity is debug (-vvv). * * @return bool */ public function isDebug(); /** * Sets the decorated flag. */ public function setDecorated(bool $decorated); /** * Gets the decorated flag. * * @return bool */ public function isDecorated(); public function setFormatter(OutputFormatterInterface $formatter); /** * Returns current output formatter instance. * * @return OutputFormatterInterface */ public function getFormatter(); } __halt_compiler();----SIGNATURE:----T5vqzycwy2fiFKKsYh9qnHvqbUdKsujL6Qn6of0fpwej37GyRvVOCG/Imx7JyRCt0njjjzxIhX8bxHdffFyN4aQC0oWjttu70Isf9lutMqQvh4cY24XhRbAX8vAwU9dsSbd9T63gds7PpIIGOtggpXKxkSUWfuCk3n5BIdK3pVALuDnNlMFOrAT9EOMKg9pdk4x99vwmNGkgy0I2OviXasZT85oiDUVbNAC8YDGXGeiCsRsuxggIgr7wYXb1Bhm5kjKK7DFJgJLXcotJK5GD83EOPO4WtCGYFW3Dyb2YaHI95AgMFuIa/fItblZ4G/J5zS2Vs8RXM8TFHimjPt5dl+vMO1JlN8fUskdytcASqrVoVvWboWlerXs8wVysuEp86itvOlrSRsc0+mR+YF7Tut20LJQBBa5e45gECkRyuiQNk7QgEXI1b51ShjKCzGV43I3zlKKVY7KehOyKslW6xfnKMV4ABq4IWpDTMhXOlfFyzwCvqOBKlUzNp2DA0ikMvUXlr6qjgd0OQng7ir9JR0RuPBx5jj0nW1el5YK/7p09K6V49kTocQjFGwX4RJWpzOR4EsBCmzVcQZXU5dkwa7C0dseLCOkws+COBnBQ98yW4FC5K33bCa/f7DNId3mQlNy6xoKGmbeEagetdJz+Rhsk54JVUOCXNQ8cU3hqaDk=----ATTACHMENT:----OTg4Mjg3MDA5MDMyNTc2NiAyNTA1ODQ4OTk1Mzk1ODI4IDQ3MTYyMjE3NTMzNzM1ODE=