mirror of
https://github.com/e107inc/e107.git
synced 2025-04-17 02:59:28 +02:00
PHPDoc update
This commit is contained in:
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');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user