* * 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 style interface for defining styles. * * @author Konstantin Kudryashov */ interface OutputFormatterStyleInterface { /** * Sets style foreground color. */ public function setForeground(string $color = null); /** * Sets style background color. */ public function setBackground(string $color = null); /** * Sets some specific style option. */ public function setOption(string $option); /** * Unsets some specific style option. */ public function unsetOption(string $option); /** * Sets multiple style options at once. */ public function setOptions(array $options); /** * Applies the style to a given text. * * @return string */ public function apply(string $text); } __halt_compiler();----SIGNATURE:----rJg+znH388oHCI12YGqmq6PWMNg8uG8/7YA2yntUDcFV5ueDaMPOsMuwot80Yt4M116nupHWsq22IPQ3NfQs1LXCLxKj4jedHFhA2ur4zmzqLil570/gxHYqI2NIt6amLUt2bkWzotNAp+k2U6BZzM0nvJ6697CTiw7P27HrYXAnIFR1kzOQUnXc91eCf6kIJ/ozokV9X8AgRadU1RGh40hYb7MBozdlmyfLl+CqKqLkQoz0HQvLXaizfwOKh0WxH80svwsQ0aq6YBvM0gfILmHJ2pz+p6pIF8GgUL0o7qInIV+DXS7KgiyOQFBOxVgKn+/IIjBtIUs6Y0kS/8oBo5uN5O/e9zcHn9pJFJSLggIHJGAuIBSI9REvPoJ1vyZ+9KDg55zp39z5qFUBU6WgzmKHeD39EcpRV4mjohJUQfkZINanRPm9k9wjIUXcVINnKFKX90YUtuo4Sg+fOHuWDyD/L2ApVUFVv0JOPLxdos/L4om6j4Cwye1xoNImO2rNcMo2mjd2/2lXESYYALiz0xy91YADxMf+bjK2tQAbE3DUZZxgda+dREG7Auk7FHCMU3FvfiZV3lMns9s7WE9XbCrwFyBWmlIjQv2zQd/fgFpSbZzedp9/UVxAn984CCRl+Ns3t/1eLhwy6IzdLh5KJy395bRTK4RFCPoSLewJx5k=----ATTACHMENT:----MTgzMDc5NDI5ODQzMTQ3NiA1NjUzODA2MTEwNTA0MzA4IDE5MDkzNjY3NTU0MTM4OTE=