25 private string $title,
27 private int $position,
28 private string $parent,
29 private string $action,
30 private bool $external =
true,
31 private bool $core =
false 55 $clone->title = $title;
62 $clone->active = $active;
74 $clone->position = $position;
80 return $this->position;
96 $clone->parent = $parent;
102 return $this->action;
107 $clone = clone $this;
108 $clone->action = $action;
114 return $this->external;
119 $clone = clone $this;
120 $clone->external = $external;
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins