1 | <?php |
||
12 | class ProcessDatamap |
||
13 | { |
||
14 | |||
15 | /** |
||
16 | * Call the pre process field array |
||
17 | * |
||
18 | * @param array $incomingFieldArray |
||
19 | * @param string $table |
||
20 | * @param integer $id |
||
21 | * @param object $obj |
||
22 | */ |
||
23 | public function processDatamap_preProcessFieldArray(&$incomingFieldArray, $table, $id, $obj) |
||
33 | |||
34 | /** |
||
35 | * Create slug for the given title |
||
36 | * |
||
37 | * @param string $title |
||
38 | * @return string |
||
39 | * @author Martin Poelstra (from RealURL extension) |
||
40 | */ |
||
41 | protected function createSlug($title) |
||
68 | } |
||
69 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.