Clickalicious\PhpMemAdmin\App::getPrependButtonHtml PHP Method

getPrependButtonHtml() protected method

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