Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/fpdf/
Upload File :
Current File : /var/www/cesa.co.za/fpdf/value.generic.php

<?php

class CSSValue {
  /**
   * Check if some subproperties should be inherited;
   * inherit calculated values from the parent box
   */
  function doInherit($state) {
    // Generic method; do nothing
  }

  function clearDefaultFlags(&$state) {
    // Generic method; do nothing
  }
}

?>