App\Source\Composite\MenuLink::append PHP Method

append() public method

Append content at the end of hyperlink's text
public append ( $content ) : Link
return Link
    public function append($content)
    {
        $this->text .= $content;
        return $this;
    }