Completed
Push — master ( a775dd...8d0f0f )
by Aimeos
03:13
created
admin/jqadm/tests/Admin/JQAdm/Common/Factory/BaseTest.php 1 patch
Doc Comments   +10 added lines patch added patch discarded remove patch
@@ -121,18 +121,28 @@
 block discarded – undo
121 121
 class TestAbstract
122 122
 	extends \Aimeos\Admin\JQAdm\Common\Factory\Base
123 123
 {
124
+	/**
125
+	 * @param string $classprefix
126
+	 */
124 127
 	public static function addDecoratorsPublic( \Aimeos\MShop\Context\Item\Iface $context,
125 128
 		\Aimeos\Admin\JQAdm\Iface $client, $templatePaths, array $decorators, $classprefix )
126 129
 	{
127 130
 		return self::addDecorators( $context, $client, $templatePaths, $decorators, $classprefix );
128 131
 	}
129 132
 
133
+	/**
134
+	 * @param string $path
135
+	 */
130 136
 	public static function addClientDecoratorsPublic( \Aimeos\MShop\Context\Item\Iface $context,
131 137
 		\Aimeos\Admin\JQAdm\Iface $client, $templatePaths, $path )
132 138
 	{
133 139
 		return self::addClientDecorators( $context, $client, $templatePaths, $path );
134 140
 	}
135 141
 
142
+	/**
143
+	 * @param string $classname
144
+	 * @param string $interface
145
+	 */
136 146
 	public static function createClientBasePublic( \Aimeos\MShop\Context\Item\Iface $context,
137 147
 		$classname, $interface, $templatePath )
138 148
 	{
Please login to merge, or discard this patch.