1<?php
2
3/**
4 * RegistrationEventQueue
5 *
6 * This class has been auto-generated by the Doctrine ORM Framework
7 *
8 *
9 * @package    orangehrm
10 * @subpackage model
11 * @author     Your name here
12 * @version    SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $
13 */
14class RegistrationEventQueue extends PluginRegistrationEventQueue
15{
16    const INSTALLATION_START = 0;
17    const ACTIVE_EMPLOYEE_COUNT = 1;
18    const INACTIVE_EMPLOYEE_COUNT = 2;
19    const INSTALLATION_SUCCESS = 3;
20    const UPGRADE_START = 4;
21
22    const PUBLISH_EVENT_BATCH_SIZE = 5;
23    const EMPLOYEE_COUNT_CHANGE_TRACKER_SIZE = 10;
24}
25