mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
PdoAbstract class
MySQL pab driver implementation (part 2)
This commit is contained in:
parent
b92f26e88b
commit
c29be81a65
6 changed files with 462 additions and 53 deletions
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace RainLoop\Providers\PersonalAddressBook\Enumerations;
|
||||
|
||||
class ContactType
|
||||
{
|
||||
const DEFAULT_ = 0;
|
||||
const SHARE = 1;
|
||||
const AUTO = 2;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue