League\CommonMark\Inline\Element\Text::append PHP Method

append() public method

public append ( string $character )
$character string
    public function append($character)
    {
        $this->content .= $character;
    }