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