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

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

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