Source for file Ruleoverride.php

Documentation is available at Ruleoverride.php

  1. <?php if defined('BASEPATH')) exit('No direct script access allowed');
  2.  
  3. class RuleOverride {
  4.     var $ruleName;
  5.     var $value;
  6.     var $who;
  7.     var $why;
  8.     var $when;
  9.     
  10.     function RuleOverride$ruleName$value$who$why$when {
  11.         $this->ruleName = $ruleName;
  12.         $this->value = $value;
  13.         $this->who = $who;
  14.         $this->why = $why;
  15.         $this->when = $when;
  16.     }
  17.     
  18.     function __construct$ruleName$value$who$why$when {
  19.         $this->ruleName = $ruleName;
  20.         $this->value = $value;
  21.         $this->who = $who;
  22.         $this->why = $why;
  23.         $this->when = $when;
  24.     }
  25. }
  26.  
  27. /* End of file Ruleoverride.php */
  28. /* Location: ./system/application/libraries/php-rules/Ruleoverride.php */

Documentation generated on Thu, 24 Mar 2011 21:27:42 -0500 by phpDocumentor 1.4.1