HOR-2689
This commit is contained in:
committed by
davidcallizaya
parent
8359e30998
commit
9eb7d6cac2
16
thirdparty/html2ps_pdf/value.bottom.php
vendored
Normal file
16
thirdparty/html2ps_pdf/value.bottom.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
require_once(HTML2PS_DIR.'value.generic.percentage.php');
|
||||
|
||||
class ValueBottom extends CSSValuePercentage {
|
||||
function fromString($value) {
|
||||
return CSSValuePercentage::_fromString($value, new ValueBottom);
|
||||
}
|
||||
|
||||
function ©() {
|
||||
$value =& parent::_copy(new ValueBottom);
|
||||
return $value;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user