Home
last modified time | relevance | path

Searched refs:getByType (Results 1 – 5 of 5) sorted by relevance

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php128 $this->assertEquals('1@example.org', $vcard->getByType('EMAIL', 'home')->getValue());
129 $this->assertEquals('2@example.org', $vcard->getByType('EMAIL', 'work')->getValue());
130 $this->assertNull($vcard->getByType('EMAIL', 'non-existant'));
131 $this->assertNull($vcard->getByType('ADR', 'non-existant'));
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php419 public function getByType($propertyName, $type) function in Sabre\\VObject\\Component\\VCard
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php424 function getByType($propertyName, $type) { function in Sabre\\VObject\\Component\\VCard
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md115 * #300: Added `VCard::getByType()` to quickly get a property with a specific
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md54 * #300: Added `VCard::getByType()` to quickly get a property with a specific