TheSeer\phpDox\Generator\PHPDoxEndEvent::__construct PHP Method

__construct() public method

public __construct ( TheSeer\phpDox\Generator\Index $index, TheSeer\phpDox\Generator\SourceTree $tree )
$index TheSeer\phpDox\Generator\Index
$tree TheSeer\phpDox\Generator\SourceTree
    public function __construct(Index $index, SourceTree $tree)
    {
        $this->index = $index;
        $this->tree = $tree;
    }