Class ElggPluginManifestParser17
Plugin manifest.xml parser for Elgg 1.7 and lower.
-
ElggPluginManifestParser
-
ElggPluginManifestParser17
Methods summary
public
|
#
parse( )
Parse a manifest object from 1.7 or earlier.
Parse a manifest object from 1.7 or earlier.
|
public
mixed
|
#
getAttribute( string $name )
Return an attribute in the manifest.
Return an attribute in the manifest.
Overrides ElggPluginManifestParser::getAttribute() because before 1.8 there
were no rules...weeeeeeeee!
Parameters
- $name
string $name Attribute name
Returns
mixed
Overrides
|
Properties summary
protected
array
|
$validAttributes
|
array(
'author', 'version', 'description', 'website',
'copyright', 'license', 'licence', 'elgg_version',
'requires', 'recommends', 'conflicts',
'name',
) |
#
The valid top level attributes and defaults for a 1.7 manifest
The valid top level attributes and defaults for a 1.7 manifest
|