Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeMTHD.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 METHOD keyword
8  * @class ErrorCodeRESE
9  * @brief List all error code for METHOD
10  * @see ErrorCode
11  */
13 {
14  /**
15  * @errorCode method file must exists in FDL directory
16  */
17  const MTHD0001 = 'Method file "%s" is not found in family "%s"';
18  /**
19  * @errorCode syntax error in method file. Use begin-method-ignore en end-method-ignore comment tag
20  */
21  const MTHD0002 = 'Error in method file "%s" in family "%s" : %s';
22  /**
23  * @errorCode Conflict with hook method old (deprecated) name and new name
24  */
25  const MTHD0003 = 'Error in method file : conflicted hook "%s" (deprecated) / "%s" (new name). Cannot be together declared';
26 }
← centre documentaire © anakeen