PHP Class Phalcon\Paginator\Pager\Layout\Bootstrap

Inheritance: extends Phalcon\Paginator\Pager\Layout
Show file Open project: phalcon/incubator

Protected Properties

Property Type Description
$selectedTemplate string
$template string

Public Methods

Method Description
getRendered ( array $options = [] ) : string

Method Details

getRendered() public method

public getRendered ( array $options = [] ) : string
$options array
return string

Property Details

$selectedTemplate protected property

protected string $selectedTemplate
return string

$template protected property

protected string $template
return string