* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Console\Formatter; /** * Formatter interface for console output. * * @author Konstantin Kudryashov */ interface OutputFormatterInterface { /** * Sets the decorated flag. */ public function setDecorated(bool $decorated); /** * Whether the output will decorate messages. * * @return bool */ public function isDecorated(); /** * Sets a new style. */ public function setStyle(string $name, OutputFormatterStyleInterface $style); /** * Checks if output formatter has style with specified name. * * @return bool */ public function hasStyle(string $name); /** * Gets style options from style with specified name. * * @return OutputFormatterStyleInterface * * @throws \InvalidArgumentException When style isn't defined */ public function getStyle(string $name); /** * Formats a message according to the given styles. * * @return string|null */ public function format(?string $message); } __halt_compiler();----SIGNATURE:----XEMu6/bxaDigUasFzM+zsNKkMxhBf2YRS/5izBDxEcWWeXdVG2I3Olsumn79F+/C4AB+nWovB8VnlmOjBaTANMBXG2hblWV5nd7TZvXPJyGog8s9bWfnEAc74MHZvJEiEI8b4rCRKuE+eUaGjBnjI7HiWeetczsmiOjCVMsaYJTWjLoVZ9wXxp49eLKBIwF/C5lp7NPrjG+1DdC5kSdRlXqTuMr+oyQeH0D90KWQy2rW64NglvOcdNMPvwePiUTDdox7u5BhhpkPOmCsIzgqKnPBMHCFprwUxSAHSQZoR2P6cGD9VmM4j59nUJkD/EZNW+oMz7YzH0+I2YQSjZTjE++TWSdZCMdH8I3AH4/7JVMbQ35IuiXKI8Qqv8cQeqKp3A+GWUnlVLnT2ePrttwcxLdab6EXBjdnU97UxbBLhAufjnEHGYEGFVMtOkecZbRPLXyx0cnKkh0tERCaVZe2OtnOx073d12uRavJj6XEhN+zkDjMWHsitI2MM7VxYVTlowAxA/O6ByCDrT4WmV3ytr+ZrF8AwKs/5GgtgBMMsyzJFEoQyhjN9qRdl1EHYAgsRxDk96u0vBghbLa+a85Do3g9rhSk9JkWY6GzNKbfmqut+7zl/ZYX9tRPHAWej3zc4nxptUUZYm6Bv4u/EVhnJ2VaIXMZDApA0FypHraa72Y=----ATTACHMENT:----MTIxMTY3MzA1NjQzMjE5MyA1NzI3MDE3ODk3NTEyMjU0IDYwMzI1NzY5NzMyOTI3ODg=