VCardElement
Table of Contents
Methods
-
__construct()
: mixed
-
findAttribute()
: VCardElementAttribute|null
-
getAttributes()
: array<string|int, VCardElementAttribute>
-
getAttributesByName()
: array<string|int, VCardElementAttribute>
-
getFirstAttributeByName()
: VCardElementAttribute|null
-
getVersion()
: mixed
-
parseFromArray()
: VCardElement
-
parseFromString()
: VCardElement
__construct()
public
__construct(array<string|int, mixed> $attributes) : mixed
Parameters
-
$attributes
: array<string|int, mixed>
-
findAttribute()
public
findAttribute(mixed $name[, array<string|int, mixed> $params = null ]) : VCardElementAttribute|null
Parameters
-
$name
: mixed
-
-
$params
: array<string|int, mixed>
= null
-
getAttributes()
public
getAttributes() : array<string|int, VCardElementAttribute>
getAttributesByName()
public
getAttributesByName(mixed $name) : array<string|int, VCardElementAttribute>
Parameters
-
$name
: mixed
-
getFirstAttributeByName()
public
getFirstAttributeByName(mixed $name) : VCardElementAttribute|null
Parameters
-
$name
: mixed
-
getVersion()
public
getVersion() : mixed
parseFromArray()
public
static parseFromArray(array<string|int, mixed> $array) : VCardElement
Parameters
-
$array
: array<string|int, mixed>
-
parseFromString()
public
static parseFromString(mixed $str) : VCardElement
Parameters
-
$str
: mixed
-