Commit e73f9fe5 authored by zYne's avatar zYne

--no commit message

--no commit message
parent c27b982d
...@@ -339,9 +339,22 @@ final class Doctrine ...@@ -339,9 +339,22 @@ final class Doctrine
/** /**
* export all * export all
*/ */
const EXPORT_ALL = 3; const EXPORT_ALL = 4;
/**
* VALIDATION CONSTANTS
*/
const VALIDATE_NONE = 0;
const VALIDATE_LENGTHS = 1;
const VALIDATE_TYPES = 2;
const VALIDATE_CONSTRAINTS = 4;
const VALIDATE_ALL = 5;
/** /**
* constant for auto_increment identifier * constant for auto_increment identifier
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment