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.TestLinkDoc.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_DOCLINK
extends
Doc
22
{
23
/**
24
* @end-method-ignore
25
*/
26
public
function
linkOne
()
27
{
28
return
'http://www.test.net/'
;
29
}
30
public
function
linkTwo
()
31
{
32
return
sprintf(
'http://www.test.net/?b=%s'
, rawurlencode($this->
getTitle
()));
33
}
34
/**
35
* @begin-method-ignore
36
* this part will be deleted when construct document class until end-method-ignore
37
*/
38
}
39
/**
40
* @end-method-ignore
41
*/
42
?>
_TST_DOCLINK\linkOne
linkOne()
Definition:
Method.TestLinkDoc.php:26
_TST_DOCLINK
Definition:
Method.TestLinkDoc.php:21
Doc
Definition:
Class.Doc.php:58
Doc\getTitle
getTitle($id="-1", $def="", $latest=false)
Definition:
Class.Doc.php:8715
_TST_DOCLINK\linkTwo
linkTwo()
Definition:
Method.TestLinkDoc.php:30
← centre documentaire
© anakeen