3declare(strict_types=1);
38 public function __construct(
string $a_name,
string $a_value =
'')
46 public function getItemsByName(
string $a_name,
bool $a_recursive =
true): array
49 foreach ($this->
getItems() as $item) {
50 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