IEntry¶
-
interface
OCP\Contacts\ContactsMenu\
IEntry
¶ Implemented by: OC\Contacts\ContactsMenu\Entry
Source: lib/public/Contacts/ContactsMenu/IEntry.php#31 Parent: JsonSerializable
Methods¶
-
public
OCP\Contacts\ContactsMenu\IEntry::
getFullName
()¶ Source: lib/public/Contacts/ContactsMenu/IEntry.php#37 Since: 12.0 Returns: string
-
public
OCP\Contacts\ContactsMenu\IEntry::
getEMailAddresses
()¶ Source: lib/public/Contacts/ContactsMenu/IEntry.php#43 Since: 12.0 Returns: string[]
-
public
OCP\Contacts\ContactsMenu\IEntry::
getAvatar
()¶ Source: lib/public/Contacts/ContactsMenu/IEntry.php#49 Since: 12.0 Returns: string | null image URI
-
public
OCP\Contacts\ContactsMenu\IEntry::
addAction
($action)¶ Source: Parameters: - $action (
OCP\Contacts\ContactsMenu\IAction
) an action to show in the contacts menu
Since: 12.0
- $action (
-
public
OCP\Contacts\ContactsMenu\IEntry::
getProperty
($key)¶ - Get an arbitrary property from the contact
Source: Parameters: - $key (string)
Since: 12.0
Returns: mixed the value of the property or null