Clickalicious\PhpMemAdmin\App::getIncrementButtonHtml PHP Method

getIncrementButtonHtml() protected method

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