Skip to content

Commit

Permalink
forgot to add the plugin stuff:
Browse files Browse the repository at this point in the history
  • Loading branch information
Arin Sarkissian authored and Arin Sarkissian committed Apr 11, 2009
1 parent 4d3760c commit 99fdd04
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions inc/Resqee/Plugin/Events.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

/**
* Class that holds values for plugin events. All of the key/value pairs
* will be turned into constants in Resqee_Config::__construct()
*/
class Resqee_Plugin_Events
{
const SERVER_JOB_POST = 'SERVER_JOB_POST';
}

?>

0 comments on commit 99fdd04

Please sign in to comment.