Methods |
public
|
getProperty($sName)
|
#
|
public
|
setProperty($sName, $mValue)
|
#
|
public
|
updateProperties(array $properties): bool|array
Updates properties on this node,
Updates properties on this node,
|
#
|
public
|
getProperties(array $properties): array
Returns a list of properties for this nodes.;
Returns a list of properties for this nodes.;
The properties list is a list of propertynames the client requested, encoded as xmlnamespace#tagName, for example: http://www.example.org/namespace#author
If the array is empty, all properties should be returned
|
#
|
public
|
getResourceInfoPath(): string
Returns the path to the resource file
Returns the path to the resource file
|
#
|
public
|
getData($string)
|
#
|
public
|
readResourceData($path)
|
#
|
public
|
getResourceData(): array
Returns all the stored resource information
Returns all the stored resource information
|
#
|
public
|
putResourceData(array $newData): void
Updates the resource information
Updates the resource information
|
#
|
public
|
deleteResourceData(): bool
|
#
|