Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
PU_CLASS_TestAffect1.php
Go to the documentation of this file.
1 <?php
2 
3 
4 namespace Dcp\Pu;
5 
6 
8 {
9  protected $one=0;
10  protected $two=0;
11 
12  protected function preAffect(array & $data, &$more, &$reset) {
13  $this->one++;
14  }
15  public function getOne() {
16  return $this->one;
17  }
18  public function getTwo() {
19  return $this->two;
20  }
21 }
preAffect(array &$data, &$more, &$reset)
$data
← centre documentaire © anakeen