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