Clickalicious\PhpMemAdmin\App::getDeleteButtonHtml PHP Method

getDeleteButtonHtml() protected method

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