You are here

public function UnitsMathematicalExpressionWrapper::getMathematicalExpressionId in Units of Measurement 7.2

Get mathematical expression ID of this mathematical expression.

Return value

int Mathematical expression ID of this mathematical expression

1 call to UnitsMathematicalExpressionWrapper::getMathematicalExpressionId()
UnitsMathematicalExpressionWrapper::save in ./units.module
Save the underlying mathematical expression into database.

File

./units.module, line 1969
Provide API for managing and converting units of measurement.

Class

UnitsMathematicalExpressionWrapper
Wrapper around "mathematical expression" objects for ease of db storage.

Code

public function getMathematicalExpressionId() {
  return $this->mathematical_expression_id;
}