PHP Class Msieprawski\ResourceTable\Presenters\AdminLTEPresenter

Inheritance: extends DefaultPresenter
Show file Open project: msieprawski/resource-table

Public Methods

Method Description
render ( ) : string Convert the URL window into Bootstrap HTML

Protected Methods

Method Description
getActivePageWrapper ( string $text ) : string Get HTML wrapper for active text
getDisabledTextWrapper ( string $text ) : string Get HTML wrapper for disabled text

Method Details

getActivePageWrapper() protected method

Get HTML wrapper for active text
protected getActivePageWrapper ( string $text ) : string
$text string
return string

getDisabledTextWrapper() protected method

Get HTML wrapper for disabled text
protected getDisabledTextWrapper ( string $text ) : string
$text string
return string

render() public method

Convert the URL window into Bootstrap HTML
public render ( ) : string
return string