Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeCFLD.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 CFLDID keyword
8  * @class ErrorCodeRESE
9  * @brief List all error code for CFLDID
10  * @see ErrorCode
11  */
13 {
14  /**
15  * @errorCode
16  * folder reference must be reference existing search
17  */
18  const CFLD0001 = 'CFLDID "%s" search is not found in attribute "%s"';
19  /**
20  * @errorCode
21  * folder reference must be a search document
22  */
23  const CFLD0002 = 'CFLDID "%s" is not a search in attribute "%s"';
24 }
← centre documentaire © anakeen