class PhoneNumber extends Model (View source)

Properties

string $canonicalForm
string $formattedType
protected $metadataType
protected $metadataDataType
string $type
string $value

Methods

setCanonicalForm($canonicalForm)

No description

string
getCanonicalForm()

No description

setFormattedType($formattedType)

No description

string
getFormattedType()

No description

setMetadata(FieldMetadata $metadata)

No description

getMetadata()

No description

setType($type)

No description

string
getType()

No description

setValue($value)

No description

string
getValue()

No description

Details

setCanonicalForm($canonicalForm)

No description

Parameters

$canonicalForm

string getCanonicalForm()

No description

Return Value

string

setFormattedType($formattedType)

No description

Parameters

$formattedType

string getFormattedType()

No description

Return Value

string

setMetadata(FieldMetadata $metadata)

No description

Parameters

FieldMetadata $metadata

FieldMetadata getMetadata()

No description

Return Value

FieldMetadata

setType($type)

No description

Parameters

$type

string getType()

No description

Return Value

string

setValue($value)

No description

Parameters

$value

string getValue()

No description

Return Value

string