You are here

public function Enum::getValue in Drupal driver for SQL Server and SQL Azure 7.3

Same name and namespace in other branches
  1. 7.2 sqlsrv/enum.inc \Enum::getValue()

Return value

mixed

File

sqlsrv/enum.inc, line 39

Class

Enum
Base Enum class

Code

public function getValue() {
  return $this->value;
}