Свойство | Type | Description | |
---|---|---|---|
$accountContactEntityName | |||
$accountContactFieldDescriptors | |||
$basePath | string | ||
$bundlePrefix | |||
$contactSerializationGroups | serialization groups for contact | ||
$entityKey | |||
$fieldDescriptors | |||
$positionEntityName |
Méthode | Description | |
---|---|---|
cgetAction ( |
lists all contacts optional parameter 'flat' calls listAction. | |
deleteAction ( integer $id ) : |
Deletes a Contact with the given ID from database. | |
fieldsAction ( |
returns all fields that can be used by list. | |
getAction ( $id ) : |
Shows the contact with the given Id. | |
getSecurityContext ( ) | ||
patchAction ( $id, |
Partially update an existing contact. | |
postAction ( |
Creates a new contact. | |
putAction ( $id, |
Méthode | Description | |
---|---|---|
getAccountContactFieldDescriptors ( ) | ||
getContactManager ( ) : |
||
getContactsByUserSystem ( ) | Returns a list of contacts which have a user in the sulu system. | |
getFieldDescriptors ( ) | ||
getRestHelper ( ) : Sulu\Component\Rest\RestHelperInterface |
Méthode | Description | |
---|---|---|
addAvatars ( array $contacts, string $locale ) : array | Takes an array of contacts and resets the avatar containing the media id with the actual urls to the avatars thumbnail. | |
checkArguments ( |
https://github.com/sulu-io/sulu/issues/1136 | |
getComparator ( ) : Sulu\Bundle\ContactBundle\Util\IndexComparatorInterface | ||
getList ( |
Returns list for cget. | |
initFieldDescriptors ( ) | ||
prepareListResponse ( |
Prepare list response. |
public cgetAction ( |
||
$request | ||
Résultat |
public deleteAction ( integer $id ) : |
||
$id | integer | |
Résultat |
public fieldsAction ( |
||
$request | ||
Résultat |
protected getAccountContactFieldDescriptors ( ) |
public getAction ( $id ) : |
||
$id | ||
Résultat |
protected getContactManager ( ) : |
||
Résultat |
protected getContactsByUserSystem ( ) |
protected getRestHelper ( ) : Sulu\Component\Rest\RestHelperInterface | ||
Résultat | Sulu\Component\Rest\RestHelperInterface |
public patchAction ( $id, |
||
$id | ||
$request | ||
Résultat |
public postAction ( |
||
$request | ||
Résultat |
public putAction ( $id, |
||
$id | ||
$request | ||
Résultat |
protected static $accountContactEntityName |
protected static $contactSerializationGroups |
protected DoctrineFieldDescriptor[],Sulu\Component\Rest\ListBuilder\Doctrine\FieldDescriptor $fieldDescriptors | ||
Résultat |