ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Unknown.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\VObject\Property
;
4
15
class
Unknown
extends
Text
{
16
24
function
getJsonValue
() {
25
26
return
[$this->
getRawMimeDirValue
()];
27
28
}
29
38
function
getValueType
() {
39
40
return
'UNKNOWN'
;
41
42
}
43
44
}
Sabre\VObject\Property\Unknown\getJsonValue
getJsonValue()
Returns the value, in the format it should be encoded for json.
Definition:
Unknown.php:24
Sabre\VObject\Property\Text\getRawMimeDirValue
getRawMimeDirValue()
Returns a raw mime-dir representation of the value.
Definition:
Text.php:134
Sabre\VObject\Property\Unknown\getValueType
getValueType()
Returns the type of value.
Definition:
Unknown.php:38
Sabre\VObject\Property
Definition:
Binary.php:3
Sabre\VObject\Property\Text
Text property.
Definition:
Text.php:20
php
Sabre\VObject\Property\Unknown
Unknown property.
Definition:
Unknown.php:15
libs
composer
vendor
sabre
vobject
lib
Property
Unknown.php
Generated on Thu Jan 16 2025 19:01:53 for ILIAS by
1.8.13 (using
Doxyfile
)