Protected Member Functions |
| _cleanEmptyParents ($oDom, $sParentXPath, $sChildXPath) |
| _addLinks ($oDom) |
| _loadFromFile ($sMenuFile, $oDom) |
| _addDynLinks ($oDom) |
| _sessionizeLocalUrls ($oDom) |
| _checkRights ($oDom) |
| _checkGroups ($oDom) |
| _checkDemoShopDenials ($oDom) |
| _copyAttributes ($oDomElemTo, $oDomElemFrom) |
| _mergeNodes ($oDomElemTo, $oDomElemFrom, $oXPathTo, $oDomDocTo, $sQueryStart) |
| _merge ($oDomNew, $oDom) |
| _getMenuFiles () |
| _checkDynFile ($sDynFilePath) |
| _processCachedFile ($sCacheContents) |
| _getInitialDom () |
| _getAdminUrl () |
| _hasRights ($sRights) |
| _hasGroup ($sGroupId) |
| _getDynMenuUrl ($iLang, $blLoadDynContents) |
| _getDynMenuLang () |
Detailed Description
Navigation tree control class
Definition at line 6 of file oxnavigationtree.php.
Member Function Documentation
OxNavigationTree::_addDynLinks |
( |
|
$oDom | ) |
|
|
protected |
Adds to element DynTabs
- Parameters
-
object | $oDom | dom element to add links |
Definition at line 122 of file oxnavigationtree.php.
OxNavigationTree::_addLinks |
( |
|
$oDom | ) |
|
|
protected |
Adds links to xml nodes to resolve paths
- Parameters
-
DomDocument | $oDom | where to add links |
Definition at line 59 of file oxnavigationtree.php.
OxNavigationTree::_checkDemoShopDenials |
( |
|
$oDom | ) |
|
|
protected |
Removes form tree elements if this is demo shop and elements have disableForDemoShop="1"
- Parameters
-
DOMDocument | $oDom | document to check group |
- Returns
- null
Definition at line 278 of file oxnavigationtree.php.
OxNavigationTree::_checkDynFile |
( |
|
$sDynFilePath | ) |
|
|
protected |
Checks if dyn file is valid for inclusion
- Parameters
-
string | $sDynFilePath | dyn file path |
- Returns
- bool
Definition at line 518 of file oxnavigationtree.php.
OxNavigationTree::_checkGroups |
( |
|
$oDom | ) |
|
|
protected |
Removes form tree elements whitch doesn't have requred groups
- Parameters
-
DOMDocument | $oDom | document to check group |
Definition at line 245 of file oxnavigationtree.php.
OxNavigationTree::_checkRights |
( |
|
$oDom | ) |
|
|
protected |
Removes form tree elements whitch doesn't have requred user rights
- Parameters
-
Definition at line 214 of file oxnavigationtree.php.
OxNavigationTree::_cleanEmptyParents |
( |
|
$oDom, |
|
|
|
$sParentXPath, |
|
|
|
$sChildXPath |
|
) |
| |
|
protected |
clean empty nodes from tree
- Parameters
-
object | $oDom | dom object |
string | $sParentXPath | parent xpath |
string | $sChildXPath | child xpath from parent |
Definition at line 40 of file oxnavigationtree.php.
OxNavigationTree::_copyAttributes |
( |
|
$oDomElemTo, |
|
|
|
$oDomElemFrom |
|
) |
| |
|
protected |
Copys attributes form one element to another
- Parameters
-
object | $oDomElemTo | DOMElement |
object | $oDomElemFrom | DOMElement |
Definition at line 300 of file oxnavigationtree.php.
OxNavigationTree::_getAdminUrl |
( |
| ) |
|
|
protected |
OxNavigationTree::_getDynMenuLang |
( |
| ) |
|
|
protected |
OxNavigationTree::_getDynMenuUrl |
( |
|
$iLang, |
|
|
|
$blLoadDynContents |
|
) |
| |
|
protected |
Get dynamic pages url or local path
- Parameters
-
int | $iLang | language id |
string | $blLoadDynContents | get local or remote content path |
- Returns
- string
Definition at line 812 of file oxnavigationtree.php.
OxNavigationTree::_getInitialDom |
( |
| ) |
|
|
protected |
get initial dom, not modified by init method
- Returns
- DOMDocument
Definition at line 564 of file oxnavigationtree.php.
OxNavigationTree::_getMenuFiles |
( |
| ) |
|
|
protected |
Returns array witn pathes + names ox manu xml files. Paths are checked
- Returns
- array
Definition at line 435 of file oxnavigationtree.php.
OxNavigationTree::_hasGroup |
( |
|
$sGroupId | ) |
|
|
protected |
Checks if user in required group
- Parameters
-
string | $sGroupId | active group id |
- Returns
- bool
Definition at line 778 of file oxnavigationtree.php.
OxNavigationTree::_hasRights |
( |
|
$sRights | ) |
|
|
protected |
Checks if user has required rights
- Parameters
-
string | $sRights | session user rights |
- Returns
- bool
Definition at line 766 of file oxnavigationtree.php.
OxNavigationTree::_loadFromFile |
( |
|
$sMenuFile, |
|
|
|
$oDom |
|
) |
| |
|
protected |
Loads data form XML file, and merges it with main oDomXML.
- Parameters
-
string | $sMenuFile | which file to load |
DomDocument | $oDom | where to load |
Definition at line 86 of file oxnavigationtree.php.
OxNavigationTree::_merge |
( |
|
$oDomNew, |
|
|
|
$oDom |
|
) |
| |
|
protected |
If oDomXML exist meges nodes
- Parameters
-
DomDocument | $oDomNew | what to merge |
DomDocument | $oDom | where to merge |
Definition at line 352 of file oxnavigationtree.php.
OxNavigationTree::_mergeNodes |
( |
|
$oDomElemTo, |
|
|
|
$oDomElemFrom, |
|
|
|
$oXPathTo, |
|
|
|
$oDomDocTo, |
|
|
|
$sQueryStart |
|
) |
| |
|
protected |
Merges nodes of newly added menu xml file
- Parameters
-
object | $oDomElemTo | merge target |
object | $oDomElemFrom | merge source |
object | $oXPathTo | node path |
object | $oDomDocTo | node to append child |
string | $sQueryStart | node query |
Definition at line 316 of file oxnavigationtree.php.
OxNavigationTree::_processCachedFile |
( |
|
$sCacheContents | ) |
|
|
protected |
process cache contents and return the result deprecated, as cache files are cleared from session data, which is only added after loading the cache by _sessionizeLocalUrls()
- Parameters
-
string | $sCacheContents | initial cached string |
- See Also
- self::_sessionizeLocalUrls()
- Returns
- string
Definition at line 553 of file oxnavigationtree.php.
OxNavigationTree::_sessionizeLocalUrls |
( |
|
$oDom | ) |
|
|
protected |
add session parameters to local urls
- Parameters
-
object | $oDom | dom element to add links |
Definition at line 193 of file oxnavigationtree.php.
OxNavigationTree::getActiveTab |
( |
|
$sId, |
|
|
|
$iAct |
|
) |
| |
Returns active TAB class name
- Parameters
-
string | $sId | class name |
int | $iAct | active tab number |
- Returns
- string
Definition at line 395 of file oxnavigationtree.php.
OxNavigationTree::getBtn |
( |
|
$sClass | ) |
|
returns from oDomXML tree buttons stdClass, which belongs to $sClass
- Parameters
-
- Returns
- mixed
Definition at line 414 of file oxnavigationtree.php.
OxNavigationTree::getClassId |
( |
|
$sClassName | ) |
|
Returns id of class assigned to current node
- Parameters
-
string | $sClassName | active class name |
- Returns
- string
Definition at line 790 of file oxnavigationtree.php.
OxNavigationTree::getDomXml |
( |
| ) |
|
OxNavigationTree::getEditUrl |
( |
|
$sId, |
|
|
|
$iActTab |
|
) |
| |
Formats and returns url for edit area
- Parameters
-
string | $sId | tab related class |
int | $iActTab | active tab |
- Returns
- string
Definition at line 716 of file oxnavigationtree.php.
OxNavigationTree::getListNodes |
( |
|
$aNodes | ) |
|
Returns DOMNodeList of given navigation classes
- Parameters
-
- Returns
- DOMNodeList
Definition at line 655 of file oxnavigationtree.php.
OxNavigationTree::getListUrl |
( |
|
$sId | ) |
|
Formats and returns url for list area
- Parameters
-
string | $sId | tab related class |
- Returns
- string
Definition at line 690 of file oxnavigationtree.php.
OxNavigationTree::getTabs |
( |
|
$sId, |
|
|
|
$iAct, |
|
|
|
$blSetActive = true |
|
) |
| |
Returns from oDomXML tree tabs DOMNodeList, which belongs to $sId
- Parameters
-
string | $sId | class name |
int | $iAct | current tab number |
bool | $blSetActive | marks tab as active |
- Returns
- DOMNodeList
Definition at line 367 of file oxnavigationtree.php.
OxNavigationTree::markNodeActive |
( |
|
$sNodeId | ) |
|
Member Data Documentation
OxNavigationTree::$_aSupportedExpathXmlEncodings = array('utf-8', 'utf-16', 'iso-8859-1', 'us-ascii') |
|
protected |
OxNavigationTree::$_oDom = null |
|
protected |
OxNavigationTree::$_oInitialDom = null |
|
protected |
OxNavigationTree::$_sDynIncludeUrl = null |
|
protected |
The documentation for this class was generated from the following file: