Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Method.tstCommonInherit.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 _TSTCOMMONINHERIT extends Doc
11 {
12  /*
13  * @end-method-ignore
14  */
15  /**
16  * all document's folder are archieved
17  * @apiExpose
18  * @return string error message empty message if no error
19  */
20 
21  protected function tstA()
22  {
23  return "Z";
24  }
25 
26  protected function getANumber()
27  {
28  return "456";
29  }
30 
31  public function preRefresh()
32  {
33  return $this->tstA();
34  }
35 
36  public function getAReference()
37  {
38  return $this->title . '/' . $this->getANumber();
39  }
40  /**
41  * @begin-method-ignore
42  * this part will be deleted when construct document class until end-method-ignore
43  */
44 }
45 /*
46  * @end-method-ignore
47 */
48 ?>
← centre documentaire © anakeen