Files
luos/thirdparty/html2ps_pdf/value.generic.php
Paula Quispe 9eb7d6cac2 HOR-2689
2017-08-03 17:00:30 -04:00

17 lines
294 B
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
}
}
?>