| 1 | <?php |
||
| 12 | class AssetPrefixTokenProvider implements TokenProviderInterface |
||
| 13 | { |
||
| 14 | private $prefix; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param string $prefix |
||
| 18 | */ |
||
| 19 | public function __construct($prefix = '') |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritDoc} |
||
| 26 | */ |
||
| 27 | public function provideValue(UriContext $uriContext, $options) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritDoc} |
||
| 34 | */ |
||
| 35 | public function configureOptions(OptionsResolverInterface $optionsResolver) |
||
| 38 | } |