Property | Type | Description | |
---|---|---|---|
$entityKey | |||
$entityName |
Method | Description | |
---|---|---|
cgetAction ( ) : |
lists all contact titles optional parameter 'flat' calls listAction. | |
deleteAction ( $id ) : |
Delete a contact title for the given id. | |
getAction ( $id ) : |
Shows a single contact title for the given id. | |
patchAction ( |
Add or update a bunch of contact titles. | |
postAction ( |
Creates a new contact title. | |
putAction ( |
Edits the existing contact title for the given id. |
Method | Description | |
---|---|---|
addAndUpdateTitles ( $item ) : |
Helper function for patch action. |
public cgetAction ( ) : |
||
return |
public deleteAction ( $id ) : |
||
$id | ||
return |
public getAction ( $id ) : |
||
$id | ||
return |
public patchAction ( |
||
$request | ||
return |
public postAction ( |
||
$request | ||
return |