API17:JRegistryFormatXml:: getValueFromNode
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JRegistryFormatXml::_getValueFromNode|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JRegistryFormatXml::_getValueFromNode|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected function _getValueFromNode ($node) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 90 of libraries/joomla/registry/format/xml.php | |
| − | + | ||
| − | libraries/joomla/registry/format/xml.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JRegistryFormatXml::_getValueFromNode source code''' on [[jplatform:registry/format/xml.php#cl-82|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JRegistryFormatXml/11.1|JRegistryFormatXml]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Registry/11.1|Registry]] | ||
| + | * [[JRegistryFormatXml::_getValueFromNode|Other versions of JRegistryFormatXml::_getValueFromNode]] | ||
| + | {{SeeAlso:JRegistryFormatXml::_getValueFromNode}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormatXml::_getValueFromNode|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JRegistryFormatXml::_getValueFromNode|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 45: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JRegistryFormatXml]][[Category:JRegistryFormatXml::_getValueFromNode]]</noinclude> | <noinclude>[[Category:JRegistryFormatXml]][[Category:JRegistryFormatXml::_getValueFromNode]]</noinclude> | ||
Revision as of 21:32, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRegistryFormatXml::_getValueFromNode
Description
Method to get a PHP native value for a SimpleXMLElement object.
Description:JRegistryFormatXml:: getValueFromNode [Edit Descripton]
protected function _getValueFromNode ($node)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $node |
- Returns
- Defined on line 90 of libraries/joomla/registry/format/xml.php
See also
-
JRegistryFormatXml::_getValueFromNode source code on BitBucket
-
Class JRegistryFormatXml
-
Subpackage Registry
- Other versions of JRegistryFormatXml::_getValueFromNode
SeeAlso:JRegistryFormatXml:: getValueFromNode [Edit See Also]
User contributed notes
<CodeExamplesForm />
