StartPrefixMapping Event
Fired when entering the scope of a namespace declaration.
Object Oriented Interface
public function fireStartPrefixMapping($param);
Procedural Interface
ipworks_rest_register_callback($res, 18, array($this, 'fireStartPrefixMapping'));
Parameter List
'prefix'
'uri'
Remarks
The EndPrefixMapping event is fired when leaving the scope of a namespace declaration.