Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
CRAP | |
0.00% |
0 / 1 |
TemplateFinder | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
getTemplatePath | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 |
1 | <?php |
2 | |
3 | namespace BO\Zmsadmin\Helper; |
4 | |
5 | class TemplateFinder |
6 | { |
7 | /** |
8 | * @todo check against ISO definition |
9 | */ |
10 | public static function getTemplatePath() |
11 | { |
12 | return realpath(__DIR__) . '/../../../templates'; |
13 | } |
14 | } |