Searched defs:createProperty (Results 1 – 7 of 7) sorted by relevance
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | Document.php | 192 … public function createProperty($name, $value = null, array $parameters = null, $valueType = null) function in Sabre\\VObject\\Document
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | Document.php | 196 function createProperty($name, $value = null, array $parameters = null, $valueType = null) { function in Sabre\\VObject\\Document
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | Document.php | 193 …public function createProperty($name, $value = null, array $parameters = null, $valueType = null) { function in Sabre\\VObject\\Document
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | Document.php | 193 …public function createProperty($name, $value = null, array $parameters = null, $valueType = null) { function in Sabre\\VObject\\Document
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | Document.php | 193 …public function createProperty($name, $value = null, array $parameters = null, $valueType = null) { function in Sabre\\VObject\\Document
|
/plugin/webdav/vendor/sabre/vobject/lib/Parser/ |
H A D | XML.php | 336 protected function createProperty(Component $parentComponent, $name, $parameters, $type, $value) function in Sabre\\VObject\\Parser\\XML
|
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/ |
H A D | XML.php | 373 … protected function createProperty(Component $parentComponent, $name, $parameters, $type, $value) { function in Sabre\\VObject\\Parser\\XML
|