Adds arguments (display) to the class method list view

This commit is contained in:
2021-08-27 18:50:37 +02:00
parent bb1d4768b4
commit 1651d4358c
6 changed files with 31 additions and 14 deletions

View File

@ -141,6 +141,8 @@ class ComponentbuilderModelClass_methods extends JModelList
continue;
}
// decode arguments
$item->arguments = base64_decode($item->arguments);
}
}