19declare(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) {
Abstract base class for all ical items (Component, Parameter and Value)
Represents a ical property.
__construct(string $a_name, string $a_value='')
@inheritDoc
getItemsByName(string $a_name, bool $a_recursive=true)
@inheritDoc
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc