VCardFile
Table of Contents
Methods
-
__toString()
: string
-
createFromAttribute()
: VCardFile|null
-
getEncoding()
: string
-
getFileInfo()
: string
-
getType()
: string
-
getValue()
: string
-
getValueType()
: string
-
setEncoding()
: void
-
setType()
: void
-
setValue()
: void
-
setValueType()
: void
__toString()
public
__toString() : string
createFromAttribute()
public
static createFromAttribute(VCardElementAttribute $attr) : VCardFile|null
Parameters
-
$attr
: VCardElementAttribute
-
getEncoding()
public
getEncoding() : string
getFileInfo()
public
getFileInfo() : string
getType()
public
getType() : string
getValue()
public
getValue() : string
getValueType()
public
getValueType() : string
setEncoding()
public
setEncoding(array<string|int, mixed> $s) : void
Parameters
-
$s
: array<string|int, mixed>
-
setType()
public
setType(array<string|int, mixed> $s) : void
Parameters
-
$s
: array<string|int, mixed>
-
setValue()
public
setValue(mixed $s) : void
Parameters
-
$s
: mixed
-
setValueType()
public
setValueType(mixed $s) : void
Parameters
-
$s
: mixed
-