You are here

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

Return value

mixed

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Enum.php, line 41

Class

Enum
Base Enum class

Namespace

Drupal\Driver\Database\sqlsrv

Code

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