Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
Method.TestGood1.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* Ooo Layout test
8
*
9
* @author Anakeen
10
*
11
* @package Dcp\Pu
12
*/
13
/**
14
*/
15
/**
16
*/
17
/**
18
* @begin-method-ignore
19
* this part will be deleted when construct document class until end-method-ignore
20
*/
21
class
_TST_GOODFAMIMP21
extends
Doc
22
{
23
/**
24
* @end-method-ignore
25
*/
26
public
function
goodCompute1
()
27
{
28
return
1;
29
}
30
public
function
goodCompute2
(
$a
)
31
{
32
return
intval(
$a
) + 1;
33
}
34
public
function
goodConstraint2
(
$a
)
35
{
36
return
"$a"
;
37
}
38
/**
39
* @apiExpose
40
* @return int
41
*/
42
public
function
forMenu
()
43
{
44
return
1;
45
}
46
/**
47
* @begin-method-ignore
48
* this part will be deleted when construct document class until end-method-ignore
49
*/
50
}
51
/**
52
* @end-method-ignore
53
*/
54
?>
$a
print< H1 > Check Database< i > $dbaccess</i ></H1 > $a
Definition:
checklist.php:45
_TST_GOODFAMIMP21\goodCompute2
goodCompute2($a)
Definition:
Method.TestGood1.php:30
Doc
Definition:
Class.Doc.php:58
_TST_GOODFAMIMP21\forMenu
forMenu()
Definition:
Method.TestGood1.php:42
_TST_GOODFAMIMP21
Definition:
Method.TestGood1.php:21
_TST_GOODFAMIMP21\goodConstraint2
goodConstraint2($a)
Definition:
Method.TestGood1.php:34
_TST_GOODFAMIMP21\goodCompute1
goodCompute1()
Definition:
Method.TestGood1.php:26
← centre documentaire
© anakeen