NotifyAction.php
[Pman.Core] / NotifyAction.php
1 <?php
2 /**
3  * in theory a generic 'action' handler..
4  *
5  * Part of the eventual workflow code...
6  * -> at present, just flags something as done.....
7  *
8  *
9  */
10
11 class Pman_Core_NotifyAction extends Pman
12 {
13     
14     
15 }