Methods
Load the tax with the given id
getTax(integer $id) : mixed | boolean
Static
Parameters
Returns
mixed
boolean
The database row or false
Gets all taxes in an objectlist out of the database
getTaxes(mixed $published = 1
) : mixed
Static
Parameters
$published
mixed
- Published parameter, 0, 1 or anything else for all
Returns
mixed
Gets all Currencies in an objectlist out of the database
getTaxesSelect(integer $value, mixed $published = 1
) : mixed
Static
Parameters
$value
integer
- The value for the tax (selected item)
$published
mixed
- Published parameter, 0, 1 or anything else for all
Returns
mixed