VCardElementAttribute
Table of Contents
Methods
-
__construct()
: mixed
-
__toString()
: string
-
getFirstParamValue()
: string
-
getGroupName()
: string
-
getName()
: string
-
getParams()
: array<string|int, mixed>
-
getParamValues()
: array<string|int, mixed>
-
getRawValue()
: string
-
getValue()
: string
-
hasParams()
: mixed
-
isValidAttributeString()
: mixed
-
parseFromString()
: VCardElementAttribute|null
__construct()
public
__construct(mixed $name, mixed $value[, array<string|int, mixed> $params = null ]) : mixed
Parameters
-
$name
: mixed
-
-
$value
: mixed
-
-
$params
: array<string|int, mixed>
= null
-
__toString()
public
__toString() : string
getFirstParamValue()
public
getFirstParamValue(mixed $name[, mixed $default = null ]) : string
Parameters
-
$name
: mixed
-
-
$default
: mixed
= null
-
getGroupName()
public
getGroupName() : string
getName()
public
getName() : string
getParams()
public
getParams() : array<string|int, mixed>
Return values
array<string|int, mixed>
getParamValues()
public
getParamValues(mixed $name) : array<string|int, mixed>
Parameters
-
$name
: mixed
-
Return values
array<string|int, mixed>
getRawValue()
public
getRawValue() : string
getValue()
public
getValue() : string
hasParams()
public
hasParams(array<string|int, mixed> $params) : mixed
Parameters
-
$params
: array<string|int, mixed>
-
isValidAttributeString()
public
static isValidAttributeString(mixed $str) : mixed
Parameters
-
$str
: mixed
-
parseFromString()
public
static parseFromString(mixed $str) : VCardElementAttribute|null
Parameters
-
$str
: mixed
-