|
dolibarr
x.y.z
|
Classe permettant la generation de composants html autre Only common components are here. More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. More... | |
| getMarginInfosArray ($object, $force_price=false) | |
| get array with margin information from lines of object TODO Move this in common class. More... | |
| displayMarginInfos ($object, $force_price=false) | |
| Show the array with all margin infos. More... | |
Classe permettant la generation de composants html autre Only common components are here.
Definition at line 29 of file html.formmargin.class.php.
| FormMargin::__construct | ( | $db | ) |
| FormMargin::displayMarginInfos | ( | $object, | |
$force_price = false |
|||
| ) |
Show the array with all margin infos.
| CommonObject | $object | Object we want to get margin information for |
| boolean | $force_price | Force price |
Definition at line 202 of file html.formmargin.class.php.
| FormMargin::getMarginInfosArray | ( | $object, | |
$force_price = false |
|||
| ) |
get array with margin information from lines of object TODO Move this in common class.
| CommonObject | $object | Object we want to get margin information for |
| boolean | $force_price | True of not |
Definition at line 62 of file html.formmargin.class.php.