| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class BlogSettingsComposer |
||
| 10 | { |
||
| 11 | protected $theme; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Create a new instance. |
||
| 15 | * |
||
| 16 | * @return void |
||
| 17 | */ |
||
| 18 | public function __construct() |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Bind data to the view. |
||
| 25 | * |
||
| 26 | * @param View $view |
||
| 27 | * |
||
| 28 | * @return void |
||
| 29 | */ |
||
| 30 | public function compose(View $view) |
||
| 39 |