interface
ProviderInterface (View source)
Methods
void
attach(
Xeed $xeed, string|null $table = null)
Attach child provider to DB instance.
static array
map(array $column, string|null $table = null,
Xeed|null $xeed = null)
Do mapping method between another fields for Database.
Details
void
attach(Xeed $xeed, string|null $table = null)
Attach child provider to DB instance.
static array
map(array $column, string|null $table = null, Xeed|null $xeed = null)
Do mapping method between another fields for Database.