Compiler: added the auto_load option + fixed issue with parent menu declared in another module

SVN:trunk[1949]
This commit is contained in:
Romain Quetiez
2012-04-06 15:09:18 +00:00
parent da2abef030
commit a7b7264903
13 changed files with 71 additions and 109 deletions

View File

@@ -586,6 +586,10 @@ class OQLMenuNode extends MenuNode
public function SetParameters($aParams)
{
$this->m_aParams = $aParams;
foreach($aParams as $sKey => $value)
{
$this->aReflectionProperties[$sKey] = $value;
}
}
public function RenderContent(WebPage $oPage, $aExtraParams = array())