Clickalicious\PhpMemAdmin\App::getAppendButtonHtml PHP Method

getAppendButtonHtml() protected method

Returns the HTML for the append button.
Author: Benjamin Carl ([email protected])
protected getAppendButtonHtml ( string $key ) : string
$key string The key to render button for
return string The HTML of the button
    protected function getAppendButtonHtml($key)
    {
        return $this->renderTemplate($this->loadTemplates('buttons\\append'), array('key' => $key));
    }