* * 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:----rgLUIW0niLxaRsU1vE9BYk5Mp9dQHmhiydvijx1norQSQf8NV/BkjXL75JGC1/mcKaHdGETx/fEoFTI5l8nnRdJIfkqah8KZbWR7bFFhttfHUJIKL4ltDB6vTyp4MYzP90W8+XJPp2ruxQuOsY9Go3aDAzoCzU45T/YNzhJSlMtKP5qvzFM1uDMguJLAvlu6C3TLmoFFvvdTLSHDutPMtcgDg+3T9Bin0wcSh9ryDTChBPHTrW/1QiUbf8krOXsk6bZTFMZs5ijC7tO1tyIx3sNM2d6el3koNa5e9vhHNioz60+hf7eLiX75+sgK9iTHfhSWqma8y5CH1L5uw6N34TabSFi2bEoqfqAWNPLLuvlLEzWECgLkhAj4CVk/BhC66cy5ZIMxdz86A3zz90cFNBFJjoVwVzFNqA5cRGWle6YLL0Fb+95CrLlKRpshiPrV2PH0y1TbV1kiz+inNm7ykQ8RGdmnTfF1/ieL2q/NXUVfrPWpg33ZRLJ49CrwLhah8++KBTCptoNIkS8Unc2Vlti8u2wLgwVlGIiCZX3Qsy+0BEK3f7hDx0BhkA+d6Sv0PIFoVikYh/KBD62QHu0OmI93mTsAiHuzDHBMWe2XpRdOO7tR/HvnKneebxI1fKaceF1HcCDVAd7ygtusZiVAqLfyWjrCLsn/NWZNP8QfgXQ=----ATTACHMENT:----NTQ2NjU3OTg1ODQwMzAyMCAyMDMxMzc5MDY1ODQ4Nzk5IDcyODc0NzM2Nzg1OTUyODA=