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.TestGoodAl2.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* @begin-method-ignore
8
* this part will be deleted when construct document class until end-method-ignore
9
*/
10
class
_TST_GOODFAMAL2
extends
Doc
11
{
12
/**
13
* @end-method-ignore
14
*/
15
16
const
CSTFAMALTen
= 10;
17
const
CSTFAMALTwelve
= 12;
18
public
function
constantCompute1
()
19
{
20
return
_TST_GOODFAMAL1::CSTFAMALOne
;
21
}
22
public
function
constantCompute2
()
23
{
24
return
_TST_GOODFAMAL1::CSTFAMALTwo
;
25
}
26
/**
27
* @begin-method-ignore
28
* this part will be deleted when construct document class until end-method-ignore
29
*/
30
}
31
/**
32
* @end-method-ignore
33
*/
34
?>
_TST_GOODFAMAL2\constantCompute2
constantCompute2()
Definition:
Method.TestGoodAl2.php:22
_TST_GOODFAMAL2\constantCompute1
constantCompute1()
Definition:
Method.TestGoodAl2.php:18
_TST_GOODFAMAL2\CSTFAMALTwelve
const CSTFAMALTwelve
Definition:
Method.TestGoodAl2.php:17
_TST_GOODFAMAL1\CSTFAMALOne
const CSTFAMALOne
Definition:
Method.TestGoodAl1.php:15
_TST_GOODFAMAL2\CSTFAMALTen
const CSTFAMALTen
Definition:
Method.TestGoodAl2.php:16
_TST_GOODFAMAL1\CSTFAMALTwo
const CSTFAMALTwo
Definition:
Method.TestGoodAl1.php:16
Doc
Definition:
Class.Doc.php:58
_TST_GOODFAMAL2
Definition:
Method.TestGoodAl2.php:10
← centre documentaire
© anakeen