IConstants
interface IConstants (View source)
This interface defines a set of constants to be used for database connections.
Implementing classes should provide specific values for these constants.
Methods
static mixed
getAttribute(mixed $name)
Retrieves the value of a specific attribute by name or constant.
static void
setAttribute(mixed $name, mixed $value)
Sets the value of a specific attribute by name or constant.
Details
static mixed
getAttribute(mixed $name)
Retrieves the value of a specific attribute by name or constant.
static void
setAttribute(mixed $name, mixed $value)
Sets the value of a specific attribute by name or constant.