VCardPhone
Table of Contents
Methods
-
createFromAttribute()
: VCardPhone|null
-
getMultiFieldValue()
: string
-
getMultiFieldValueType()
: string
-
getTypes()
: array<string|int, mixed>
-
getValue()
: string
-
getValueType()
: string
-
setTypes()
: void
-
setValue()
: void
-
setValueType()
: void
createFromAttribute()
public
static createFromAttribute(VCardElementAttribute $attr) : VCardPhone|null
Parameters
-
$attr
: VCardElementAttribute
-
getMultiFieldValue()
public
getMultiFieldValue() : string
getMultiFieldValueType()
public
getMultiFieldValueType() : string
getTypes()
public
getTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>
getValue()
public
getValue() : string
getValueType()
public
getValueType() : string
setTypes()
public
setTypes(array<string|int, mixed> $ary) : void
Parameters
-
$ary
: array<string|int, mixed>
-
setValue()
public
setValue(mixed $s) : void
Parameters
-
$s
: mixed
-
setValueType()
public
setValueType(mixed $s) : void
Parameters
-
$s
: mixed
-