| 1 | <?php |
||
| 20 | class T3Cli |
||
| 21 | extends \Aimeos\MW\View\Helper\Url\Typo3 |
||
| 22 | implements \Aimeos\MW\View\Helper\Url\Iface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Returns the sanitized configuration values. |
||
| 26 | * |
||
| 27 | * @param array $config Associative list of key/value pairs |
||
| 28 | * @return array Associative list of sanitized key/value pairs |
||
| 29 | */ |
||
| 30 | protected function getValues( array $config ) |
||
| 39 | } |
||
| 40 |