1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-17 02:59:28 +02:00

PHPDoc update

This commit is contained in:
Cameron 2019-02-03 11:09:07 -08:00
parent 548961c5ab
commit 5e5f05f7c6

@ -247,7 +247,11 @@ class plugin_ui extends e_admin_ui
$plg = e107::getPlug();
foreach ($tree->getTree() as $id => $model)
/**
* @var $id
* @var e_model $model
*/
foreach ($tree->getTree() as $id => $model)
{
$path = $model->get('plugin_path');