Files
luos/gulliver/thirdparty/html2ps_pdf/value.generic.php
Victor Saisa Lopez 6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -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
}
}
?>