Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeDFLD.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * Errors code used to checking DFLDID keyword
8  * @class ErrorCodeRESE
9  * @brief List all error code for DFLDID
10  * @see ErrorCode
11  */
13 {
14  /**
15  * @errorCode
16  * folder reference must be reference existing folder
17  */
18  const DFLD0001 = 'DFLDID "%s" folder is not found in attribute "%s"';
19  /**
20  * @errorCode
21  * folder reference must be a folder or "auto"
22  */
23  const DFLD0002 = 'DFLDID "%s" is not a folder in attribute "%s"';
24 }
← centre documentaire © anakeen