Метод |
Описание |
|
createObjectFromNode ( $node ) : Object |
Create an instance of an object give by the attribute named 'class' in the
node and set the properties on the object given by attribute names and values. |
|
getAbsoluteFilePath ( $basefile, $resource ) : string |
Gets the filename relative to the basefile. |
|
getConfigFile ( ) : string |
|
|
getElementByIdValue ( SimpleXmlDocument $document, $tag, $value ) : SimpleXmlElement |
Get element node by ID value (try for attribute name ID as case insensitive). |
|
loadXmlDocument ( $filename, TSqlMapXmlConfiguration $config ) : SimpleXmlElement |
Load document using simple xml. |
|
setObjectPropFromNode ( $obj, $node, $except = [] ) |
For each attributes (excluding attribute named in $except) set the
property of the $obj given by the name of the attribute with the value
of the attribute. |
|