mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
PHPDoc update
This commit is contained in:
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user