| Total Complexity | 1 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class Services_List_View extends Vtiger_List_View |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Function to get the list of Script models to be included. |
||
| 15 | * |
||
| 16 | * @param \App\Request $request |
||
| 17 | * |
||
| 18 | * @return <Array> - List of Vtiger_JsScript_Model instances |
||
|
|
|||
| 19 | */ |
||
| 20 | public function getFooterScripts(App\Request $request) |
||
| 31 |