Pelzini

This is the code documentation for the Pelzini project

function transform()

Transforms the data model before outputting.

This transformer converts constants that start with the same name into an enumeration of that name.

Usage

array $VirtualEnumerationsTransformer->transform ( array &$parser_model );

Authors

Arguments

  1. array $parser_model (by reference)
    The data model to transform

Return value

  • array
    The new data model, or null if there was an error