| Total Complexity | 9 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class Statics { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Cached static file and return absolute url for client side use |
||
| 15 | * |
||
| 16 | * @param string $path |
||
| 17 | * @param string $resize |
||
| 18 | * @param string $resizeCrop |
||
| 19 | * @param string $resizePos |
||
| 20 | * @return string |
||
| 21 | */ |
||
| 22 | public static function file($path, $resize = '', $resizeCrop = '', $resizePos = '', $pathAbsolute = false) { |
||
| 50 | } |