App\Source\Composite\MenuLink::append PHP Méthode

append() public méthode

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