* * 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:----Qd/ywFM91Hg/uryoddB/eR4+kzFVVOF/M3wroKNAgx+gnw0elLFC0qzMrDbKIB0okqLLiss66yjC6oZSQWR2Ec1RwMBseuoLRFWGy0B3sDjZLcITTbQDOWBWgqdId/OrSCA2rtuajkwXk6x2g3wvFSP5A9KDtB1kjqKpiIjqioe1z37mr2uBbrFXFAL99P6wXsX6cuiScf7DeqPZ/ct4XF960ZvvBP+L4iZuk0gN5KlGWZmDeO3dJfUarOC+QOfimZzj8YKYegeP7rKtx+t2vKM4VAtUPElJrkgO0VNcVS8+/mkh+MzZT/fiaR1lHFmSvFcF237PAwyxBFj65yRwT1ZHgEIM7noELAW4Jk4872kZRXZJzIWM/WyMwEPDoA3HL+dy8hh3IlBedyAMvmuFoT4yuOFKuNlnYGnbyQuC8aq8FD9x+HtBCdVvIT42nsYm+fRm0gYFUtK0JAoac4oih1w94aSIjAT8qqhFBk+DY5Gc7gG/O5rCNIywnQ+qgzz2Y4fzACAHfkaFZFX9M3cOxvmJHDPjy3IE4McFFU2Rkj2ovAHyCfKjLBujdf8UrhPkjDIquf0CDC5tQU1mvLgcCjEfghEJG+wOV62RQrNTWgqEiiSwHkp2rWnTvauXWUByuEX6efa1LRuxX59C5l4+ZtEfWRG696V8UXm5caRelsU=----ATTACHMENT:----NDYxNTEyMzkwMDMyNjc5MiA2Mjk3MDE1MTU0NzcyNDM1IDg4NzAzMzUyODYxMDgwODI=