| 1 | <?php  | 
            ||
| 14 | class OptionsManager extends \Box\Spout\Writer\Common\Manager\OptionsManager  | 
            ||
| 15 | { | 
            ||
| 16 | /** @var StyleBuilder Style builder */  | 
            ||
| 17 | protected $styleBuilder;  | 
            ||
| 18 | |||
| 19 | /**  | 
            ||
| 20 | * OptionsManager constructor.  | 
            ||
| 21 | * @param StyleBuilder $styleBuilder  | 
            ||
| 22 | */  | 
            ||
| 23 | 48 | public function __construct(StyleBuilder $styleBuilder)  | 
            |
| 28 | |||
| 29 | /**  | 
            ||
| 30 | * @inheritdoc  | 
            ||
| 31 | */  | 
            ||
| 32 | 48 | protected function getSupportedOptions()  | 
            |
| 40 | |||
| 41 | /**  | 
            ||
| 42 | * @inheritdoc  | 
            ||
| 43 | */  | 
            ||
| 44 | 48 | protected function setDefaultOptions()  | 
            |
| 50 | }  |