Sulu\Bundle\DocumentManagerBundle\Initializer\RootPathPurgeInitializer::__construct PHP Method

__construct() public method

public __construct ( Doctrine\Common\Persistence\ConnectionRegistry $connections, Sulu\Component\DocumentManager\PathSegmentRegistry $pathSegments, $rootRole = 'root' )
$connections Doctrine\Common\Persistence\ConnectionRegistry
$pathSegments Sulu\Component\DocumentManager\PathSegmentRegistry
    public function __construct(ConnectionRegistry $connections, PathSegmentRegistry $pathSegments, $rootRole = 'root')
    {
        $this->rootRole = $rootRole;
        $this->connections = $connections;
        $this->pathSegments = $pathSegments;
    }
RootPathPurgeInitializer