2017-03-31 17:35:20 +02:00
|
|
|
---
|
|
|
|
title: contactLinkHasPhone
|
|
|
|
description: contactLinkHasPhone attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: contactLinkHasPhone
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-05-18 11:12:33 +01:00
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-03-31 17:35:20 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [ContactLink](../types/ContactLink.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$contactLinkHasPhone = ['_' => 'contactLinkHasPhone', ];
|
|
|
|
```
|
|
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
contactLinkHasPhone={_='contactLinkHasPhone', }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|