$source
$source : \DOMDocument
Event that happens after each individual transformation.
setSource(\DOMDocument $source) : \phpDocumentor\Transformer\Event\PreTransformationEvent
Sets the Abstract Syntax Tree as DOMDocument.
\DOMDocument | $source |
<?php
/**
* phpDocumentor
*
* PHP Version 5.3
*
* @author Mike van Riel <mike.vanriel@naenius.com>
* @copyright 2010-2012 Mike van Riel / Naenius (http://www.naenius.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://phpdoc.org
*/
namespace phpDocumentor\Transformer\Event;
/**
* Event that happens after each individual transformation.
*
* @author Mike van Riel <mike.vanriel@naenius.com>
* @copyright 2010-2012 Mike van Riel / Naenius (http://www.naenius.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
*/
class PostTransformationEvent extends PreTransformationEvent
{
}