chrisandchris/passive-record-orm

View on GitHub
src/ChrisAndChris/Common/RowMapperBundle/Events/MappingEvents.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace ChrisAndChris\Common\RowMapperBundle\Events;

/**
 * @name MappingEvents
 * @package    RowMapperBundle
 * @author     ChrisAndChris
 * @link       https://github.com/chrisandchris
 */
final class MappingEvents
{

    /**
     * After a row is mapped, this event is fired to provide additional population
     */
    const POST_MAPPING_ROW_POPULATION = 'cac.mapping.post_mapping_row_population';
}