Method |
Description |
|
downgradeDate ( string &$value ) |
Downgrades the given date to the old representation. |
|
findDateBlockProperties ( BlockMetadata $property, string $structureName, array &$properties ) |
Adds the block property to the list, if it contains a date field. |
|
findDateProperties ( StructureMetadata $structureMetadata, array &$properties ) |
Returns all properties which are a date field. |
|
iterateStructureNodes ( StructureMetadata $structureMetadata, array $properties, boolean $up ) |
Iterates over all nodes of the given type, and upgrades them. |
|
iterateStructures ( boolean $up ) |
Structures are updated according to their xml definition. |
|
upgradeDate ( string &$value ) |
Upgrades the given date to the new representation. |
|
upgradeNode ( PHPCR\NodeInterface $node, string $locale, array $properties, $up ) |
Upgrades the node to new date representation. |
|
upgradeProperty ( $value, $up ) |
Upgrades the given property to the new date representation. |
|