The "recuperer_fond" pipeline is used to add to or modify the compilation results of a given template file. As input, it accepts the name of the selected "fond", or model template, and the compilation context within the args
table, as well as the table describing the results in the data
table.
$page = pipeline('recuperer_fond', array(
'args'=>array(
'fond'=>$fond,
'contexte'=>$contexte,
'options'=>$options,
'connect'=>$connect),
'data'=>$page));
Very often, only the texte
key in the data
table will be modified. Please refer to the recuperer_fond() article for a full description of this table.