mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-28 01:47:18 +02:00
initial commit
This commit is contained in:
commit
3b393be4f4
16 changed files with 1594 additions and 0 deletions
22
Civi/Api4/ContactCategory.php
Normal file
22
Civi/Api4/ContactCategory.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
namespace Civi\Api4;
|
||||
|
||||
use Civi\Api4\Action\ContactCategory\Sync;
|
||||
|
||||
/**
|
||||
* ContactCategory entity.
|
||||
*
|
||||
* Provided by the Contact Categories extension.
|
||||
*
|
||||
* @package Civi\Api4
|
||||
*/
|
||||
class ContactCategory extends Generic\DAOEntity {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function sync(): Sync {
|
||||
return new Sync('ContactCategory', 'sync');
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue