| 1 | <?php namespace Humweb\Breadcrumbs; |
||
| 3 | class Bootstrap4Presenter { |
||
| 4 | |||
| 5 | protected $breadcrumb; |
||
| 6 | |||
| 7 | public function __construct(Breadcrumbs $breadcrumb) |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Render the Bootstrap breadcrumbs contents. |
||
| 14 | * |
||
| 15 | * @return string |
||
| 16 | */ |
||
| 17 | public function render() |
||
| 36 | |||
| 37 | public function getWrapper($items) |
||
| 41 | |||
| 42 | public function getLink($item) |
||
| 46 | |||
| 47 | public function getActiveLink($item) |
||
| 51 | } |
||
| 52 |