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.TestGoodAl1.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_GOODFAMAL1
extends
Doc
11
{
12
/**
13
* @end-method-ignore
14
*/
15
const
CSTFAMALOne
= 1;
16
const
CSTFAMALTwo
= 2;
17
public
function
constantCompute10
()
18
{
19
return
_TST_GOODFAMAL2::CSTFAMALTen
;
20
}
21
public
function
constantCompute12
()
22
{
23
return
_TST_GOODFAMAL2::CSTFAMALTwelve
;
24
}
25
/**
26
* @begin-method-ignore
27
* this part will be deleted when construct document class until end-method-ignore
28
*/
29
}
30
/**
31
* @end-method-ignore
32
*/
33
?>
_TST_GOODFAMAL2\CSTFAMALTwelve
const CSTFAMALTwelve
Definition:
Method.TestGoodAl2.php:17
_TST_GOODFAMAL1\CSTFAMALOne
const CSTFAMALOne
Definition:
Method.TestGoodAl1.php:15
_TST_GOODFAMAL1\constantCompute12
constantCompute12()
Definition:
Method.TestGoodAl1.php:21
_TST_GOODFAMAL2\CSTFAMALTen
const CSTFAMALTen
Definition:
Method.TestGoodAl2.php:16
_TST_GOODFAMAL1\constantCompute10
constantCompute10()
Definition:
Method.TestGoodAl1.php:17
_TST_GOODFAMAL1\CSTFAMALTwo
const CSTFAMALTwo
Definition:
Method.TestGoodAl1.php:16
Doc
Definition:
Class.Doc.php:58
_TST_GOODFAMAL1
Definition:
Method.TestGoodAl1.php:10
← centre documentaire
© anakeen