PdoAbstract class

MySQL pab driver implementation (part 2)
This commit is contained in:
RainLoop Team 2013-11-29 03:27:28 +04:00
parent b92f26e88b
commit c29be81a65
6 changed files with 462 additions and 53 deletions

View file

@ -0,0 +1,10 @@
<?php
namespace RainLoop\Providers\PersonalAddressBook\Enumerations;
class ContactType
{
const DEFAULT_ = 0;
const SHARE = 1;
const AUTO = 2;
}