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