Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Class.WTestBadImp18.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 
7 include_once ("FDL/Class.WDoc.php");
8 
9 class WTestBadImp18 extends WDoc
10 {
11  var $attrPrefix = "W18";
12 
13  const e_0 = "e_0";
14  const e_1 = "e_1";
15  const t_0 = "t_0";
16  const t_1 = "t_1";
17 
18  var $firstState = self::e_0;
19 
20  var $transitions = array(
21  self::t_0,
22  );
23 
24  var $cycle = array(
25  "a scalar..."
26  );
27 }
← centre documentaire © anakeen