Home
last modified time | relevance | path

Searched refs:getClassNameForPropertyValue (Results 1 – 9 of 9) sorted by relevance

/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php212 $class = $this->getClassNameForPropertyValue($valueType);
218 $class = $this->getClassNameForPropertyValue($parameters['VALUE']);
244 function getClassNameForPropertyValue($valueParam) { function in Sabre\\VObject\\Document
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php209 $class = $this->getClassNameForPropertyValue($valueType);
214 $class = $this->getClassNameForPropertyValue($parameters['VALUE']);
236 public function getClassNameForPropertyValue($valueParam) { function in Sabre\\VObject\\Document
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php209 $class = $this->getClassNameForPropertyValue($valueType);
214 $class = $this->getClassNameForPropertyValue($parameters['VALUE']);
236 public function getClassNameForPropertyValue($valueParam) { function in Sabre\\VObject\\Document
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php209 $class = $this->getClassNameForPropertyValue($valueType);
214 $class = $this->getClassNameForPropertyValue($parameters['VALUE']);
236 public function getClassNameForPropertyValue($valueParam) { function in Sabre\\VObject\\Document
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php208 $class = $this->getClassNameForPropertyValue($valueType);
214 $class = $this->getClassNameForPropertyValue($parameters['VALUE']);
241 public function getClassNameForPropertyValue($valueParam) function in Sabre\\VObject\\Document
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php60 …$this->assertEquals('Sabre\\VObject\\Property\\Text', $vcal->getClassNameForPropertyValue('TEXT'));
61 $this->assertNull($vcal->getClassNameForPropertyValue('FOO'));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php60 …$this->assertEquals('Sabre\\VObject\\Property\\Text', $vcal->getClassNameForPropertyValue('TEXT'));
61 $this->assertNull($vcal->getClassNameForPropertyValue('FOO'));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php60 …$this->assertEquals('Sabre\\VObject\\Property\\Text', $vcal->getClassNameForPropertyValue('TEXT'));
61 $this->assertNull($vcal->getClassNameForPropertyValue('FOO'));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php60 …$this->assertEquals('Sabre\\VObject\\Property\\Text', $vcal->getClassNameForPropertyValue('TEXT'));
61 $this->assertNull($vcal->getClassNameForPropertyValue('FOO'));