19 declare(strict_types=1);
32 public function __construct(
string $a_name,
string $a_value =
'')
40 public function getItemsByName(
string $a_name,
bool $a_recursive =
true): array
43 foreach ($this->
getItems() as $item) {
44 if ($item->getName() == $a_name) {
Represents a ical property.
__construct(string $a_name, string $a_value='')
__construct(Container $dic, ilPlugin $plugin)
getItemsByName(string $a_name, bool $a_recursive=true)
Abstract base class for all ical items (Component, Parameter and Value)