Clickalicious\PhpMemAdmin\App::getAppendButtonHtml PHP Метод

getAppendButtonHtml() защищенный Метод

Returns the HTML for the append button.
Автор: Benjamin Carl ([email protected])
protected getAppendButtonHtml ( string $key ) : string
$key string The key to render button for
Результат string The HTML of the button
    protected function getAppendButtonHtml($key)
    {
        return $this->renderTemplate($this->loadTemplates('buttons\\append'), array('key' => $key));
    }