You are here

public function Enum::__toString 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::__toString()

Return value

string

File

sqlsrv/enum.inc, line 55

Class

Enum
Base Enum class

Code

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