$subject
$subject : object
Event launched during the Xsl Transformation of an individual output file.
If the XSL Writer loops through a resultset then this event will be thrown for each result.
setElement(\DOMElement $element) : \phpDocumentor\Transformer\Event\PreXslWriterEvent
Sets the currently parsed element in this event.
\DOMElement | $element |
setProgress(array<mixed,integer> $progress) : \phpDocumentor\Transformer\Event\PreXslWriterEvent
Sets a progress indication for this XSL Writer session.
array<mixed,integer> | $progress | Array containing 2 integer values, the current step in the process and the total number of steps involved. |