PHP 8.3.31
Preview: NodeRendererInterface.php Size: 662 B
/home/getspomw/royalsquad.us/vendor/league/commonmark/src/Renderer/NodeRendererInterface.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\Exception\InvalidArgumentException;
use League\CommonMark\Node\Node;

interface NodeRendererInterface
{
    /**
     * @return \Stringable|string|null
     *
     * @throws InvalidArgumentException if the wrong type of Node is provided
     */
    public function render(Node $node, ChildNodeRendererInterface $childRenderer);
}

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).