mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
PHPDoc update
This commit is contained in:
@@ -247,7 +247,11 @@ class plugin_ui extends e_admin_ui
|
|||||||
|
|
||||||
$plg = e107::getPlug();
|
$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');
|
$path = $model->get('plugin_path');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user