Home
last modified time | relevance | path

Searched refs:getClassNameForPropertyName (Results 1 – 15 of 15) sorted by relevance

/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php224 $class = $this->getClassNameForPropertyName($name);
260 function getClassNameForPropertyName($propertyName) { function in Sabre\\VObject\\Document
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php217 $class = $this->getClassNameForPropertyName($name);
251 public function getClassNameForPropertyName($propertyName) { function in Sabre\\VObject\\Document
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php217 $class = $this->getClassNameForPropertyName($name);
251 public function getClassNameForPropertyName($propertyName) { function in Sabre\\VObject\\Document
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php217 $class = $this->getClassNameForPropertyName($name);
251 public function getClassNameForPropertyName($propertyName) { function in Sabre\\VObject\\Document
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php219 $class = $this->getClassNameForPropertyName($name);
256 public function getClassNameForPropertyName($propertyName) function in Sabre\\VObject\\Document
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php439 function getClassNameForPropertyName($propertyName) { function in Sabre\\VObject\\Component\\VCard
441 $className = parent::getClassNameForPropertyName($propertyName);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php439 function getClassNameForPropertyName($propertyName) { function in Sabre\\VObject\\Component\\VCard
441 $className = parent::getClassNameForPropertyName($propertyName);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php439 function getClassNameForPropertyName($propertyName) { function in Sabre\\VObject\\Component\\VCard
441 $className = parent::getClassNameForPropertyName($propertyName);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php524 public function getClassNameForPropertyName($propertyName) function in Sabre\\VObject\\Component\\VCard
526 $className = parent::getClassNameForPropertyName($propertyName);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php541 function getClassNameForPropertyName($propertyName) { function in Sabre\\VObject\\Component\\VCard
543 $className = parent::getClassNameForPropertyName($propertyName);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php143 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName);
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php141 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php143 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName);
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php141 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php141 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName);