You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create a new PresentationObject component and factory
@@ -45,35 +41,20 @@ class ComponentCommandController extends CommandController
45
41
* The following values are allowed for types:
46
42
*
47
43
* * string, int, float, bool
48
-
* * slot
49
44
* * Value class names created with <u>component:kickstartvalue</u> in the same
50
45
* component namespace
51
46
* * Component class names created with <u>component:kickstart</u> in the same
52
47
* package
53
48
* * ImageSource
54
49
* * Uri
55
-
* * array<...> with any of the above as an argument
56
50
*
57
51
* @param string $name The name of the new component
58
-
* @param bool $listable If set, an additional list type will be generated
59
-
* @param bool $yes If set, no confirmation is going to be required for overwriting files
52
+
* @param null|string $packageKey Package key of an optional target package, if not set the configured default package or the first available site package will be used
@@ -90,25 +71,12 @@ public function kickStartCommand(string $name, bool $listable = false, bool $yes
90
71
* @param string $componentName The name of the component the new pseudo-enum belongs to
91
72
* @param string $name The name of the new pseudo-enum
92
73
* @param string $type The type of the new pseudo-enum (must be one of: "string", "int")
93
-
* @param array|string[] $values A comma-separated colon list of names:values for the new pseudo-enum, e.g. a,b,c , a:1,b:2,c:3 or a:1.2,b:2.4,c:3.6
94
-
* @param bool $yes If set, no confirmation is going to be required for overwriting files
74
+
* @param array|string[] $values A comma-separated list of values for the new pseudo-enum
75
+
* @param null|string $packageKey Package key of an optional target package, if not set the configured default package or the first available site package will be used
0 commit comments