Total Complexity | 4 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Coverage | 73.32% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class Partial |
||
8 | { |
||
9 | /** |
||
10 | * @return \GeminiLabs\SiteReviews\Application|\GeminiLabs\SiteReviews\Addons\Addon |
||
11 | */ |
||
12 | 6 | public function app() |
|
13 | { |
||
14 | 6 | return glsr(); |
|
15 | } |
||
16 | |||
17 | /** |
||
18 | * @param string $partialPath |
||
19 | * @return string|void |
||
20 | */ |
||
21 | 6 | public function build($partialPath, array $args = []) |
|
34 | } |
||
35 | /** |
||
36 | * @param string $partialPath |
||
37 | * @return void |
||
38 | */ |
||
39 | public function render($partialPath, array $args = []) |
||
42 | } |
||
43 | } |
||
44 |