Class Dependency
Extracts and verifies dependency information from modules.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Module\Dependency
Package: Core\Module
Since: 3.1
Requires: PHP 5.3, SimpleXML
Version: 1.0
Located at Module/Dependency.inc.php
Methods summary
public
|
#
__construct( string|
Initialised a new dependency information instance from module data. |
public static
string
|
#
extractInfoBlockFromStream(
Parses input stream data and extracts the dependency info block, if any. |
public
boolean
|
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
string |
XMLNS
XML namespace for dependency specifications. |
#
'http://xmlns.xplo-re.net/core/dependencies/1.0'
|
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Properties summary
protected
array
|
$_v_classes
Array of classes from module dependency information. |
|
protected
|
$_v_moduleNode
Dependency information node for module. |
|
protected static
|
$_requirements
Global buffer of dependency requirement instances. |
Magic properties
public read-only
array
|
$classes
Array of classes in module dependency information. |
public read-only
|
$moduleNode
Dependency information node for module. |