| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace PKleindienst\BlogSearch\Components; |
||
| 69 | public function onRun() |
||
| 70 | { |
||
| 71 | $this->resultPage = $this->page[ 'resultPage' ] = $this->property('resultPage'); |
||
| 72 | $this->categories = $this->page[ 'categories' ] = BlogCategory::lists('name', 'id'); |
||
| 73 | $this->categoryFilter = $this->page[ 'categoryFilter' ] = $this->property('categoryFilter'); |
||
| 74 | } |
||
| 75 | } |
||
| 76 |