EvalEntity Event
Fired every time an entity needs to be evaluated.
Object Oriented Interface
public function fireEvalEntity($param);
Procedural Interface
ipworks_xmlp_register_callback($res, 6, array($this, 'fireEvalEntity'));
Parameter List
'entity'
'value'
Remarks
The Value parameter contains a suggested value for the entity (normally the entity name itself). You may set Value to a value of your choice, which will be later passed into the text stream.