Guest User

Untitled

a guest
May 20th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. * @param array $aliasMap Array that maps DQL aliases to their components
  2. * (DQL alias => array(
  3. * 'metadata' => Table object,
  4. * 'parent' => Parent DQL alias (if any),
  5. * 'relation' => Relation object (if any),
  6. * 'map' => Custom index to use as the key in the result (if any),
  7. * 'agg' => List of aggregate value names (sql alias => dql alias)
  8. * )
  9. * )
Add Comment
Please, Sign In to add comment