League\CommonMark\Block\Element\Heading::handleRemainingContents PHP Метод

handleRemainingContents() публичный Метод

public handleRemainingContents ( League\CommonMark\ContextInterface $context, Cursor $cursor )
$context League\CommonMark\ContextInterface
$cursor League\CommonMark\Cursor
    public function handleRemainingContents(ContextInterface $context, Cursor $cursor)
    {
        // nothing to do; we already added the contents.
    }