Gittern\Entity\Diff\TreeDiff::__construct PHP Method

__construct() public method

public __construct ( Tree $base, Tree $comparison )
$base Gittern\Entity\GitObject\Tree
$comparison Gittern\Entity\GitObject\Tree
    public function __construct(Tree $base, Tree $comparison)
    {
        $this->base = $base;
        $this->comparison = $comparison;
    }