PHP 8.3.31
Preview: ChildNodeRendererInterface.php Size: 701 B
/home/getspomw/royalsquad.us/vendor/league/commonmark/src/Renderer/ChildNodeRendererInterface.php

<?php

declare(strict_types=1);

/*
 * This file is part of the league/commonmark package.
 *
 * (c) Colin O'Dell <colinodell@gmail.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace League\CommonMark\Renderer;

use League\CommonMark\Node\Node;

/**
 * Renders multiple nodes by delegating to the individual node renderers and adding spacing where needed
 */
interface ChildNodeRendererInterface
{
    /**
     * @param Node[] $nodes
     */
    public function renderNodes(iterable $nodes): string;

    public function getBlockSeparator(): string;

    public function getInnerSeparator(): string;
}

Directory Contents

Dirs: 2 × Files: 7

Name Size Perms Modified Actions
Block DIR
- drwxrwxrwx 2025-09-17 06:53:06
Edit Download
Inline DIR
- drwxrwxrwx 2025-09-17 06:53:06
Edit Download
701 B lrw-rw-rw- 2025-09-17 06:53:06
Edit Download
687 B lrw-rw-rw- 2025-09-17 06:53:06
Edit Download
1.23 KB lrw-rw-rw- 2025-09-17 06:53:06
Edit Download
2.80 KB lrw-rw-rw- 2025-09-17 06:53:06
Edit Download
728 B lrw-rw-rw- 2025-09-17 06:53:06
Edit Download
662 B lrw-rw-rw- 2025-09-17 06:53:06
Edit Download
421 B lrw-rw-rw- 2025-09-17 06:53:06
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).