Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
PU_CLASS_TestAffect2.php
Go to the documentation of this file.
1 <?php
2 
3 
4 namespace Dcp\Pu;
5 
6 /**
7  * Class TestAffect1
8  * @package Dcp\Pu
9  */
10 class TestAffect2 extends \Dcp\Family\Tst_Affect1
11 {
12 
13  protected function preAffect(array & $data, &$more, &$reset) {
14  parent::preAffect($data, $more, $reset);
15  $this->two++;
16  }
17  protected function postAffect(array $data, $more, $reset) {
18  parent::postAffect($data, $more, $reset);
19  $this->two++;
20  }
21 }
preAffect(array &$data, &$more, &$reset)
postAffect(array $data, $more, $reset)
$data
← centre documentaire © anakeen