@@ -123,7 +123,6 @@ discard block |
||
| 123 | 123 | { |
| 124 | 124 | /** |
| 125 | 125 | * @param string $classprefix |
| 126 | - * @param string $path |
|
| 127 | 126 | */ |
| 128 | 127 | public static function addDecoratorsPublic( \Aimeos\MShop\Context\Item\Iface $context, |
| 129 | 128 | \Aimeos\Admin\JQAdm\Iface $client, $templatePaths, array $decorators, $classprefix ) |
@@ -131,12 +130,19 @@ discard block |
||
| 131 | 130 | return self::addDecorators( $context, $client, $templatePaths, $decorators, $classprefix ); |
| 132 | 131 | } |
| 133 | 132 | |
| 133 | + /** |
|
| 134 | + * @param string $path |
|
| 135 | + */ |
|
| 134 | 136 | public static function addClientDecoratorsPublic( \Aimeos\MShop\Context\Item\Iface $context, |
| 135 | 137 | \Aimeos\Admin\JQAdm\Iface $client, $templatePaths, $path ) |
| 136 | 138 | { |
| 137 | 139 | return self::addClientDecorators( $context, $client, $templatePaths, $path ); |
| 138 | 140 | } |
| 139 | 141 | |
| 142 | + /** |
|
| 143 | + * @param string $classname |
|
| 144 | + * @param string $interface |
|
| 145 | + */ |
|
| 140 | 146 | public static function createClientBasePublic( \Aimeos\MShop\Context\Item\Iface $context, |
| 141 | 147 | $classname, $interface, $templatePath ) |
| 142 | 148 | { |