__call()
__construct()
addMethods()
getParams()
table()
compileMixins()
$mixins
$params
$table
$method_map
The base Query class for SELECT, INSERT, UPDATE and DELETE statement.
These four classes will share some functionality, so let us share!
package | Peyote |
---|---|
author | Dave Widmer |
__call(string $name, $params) : \Peyote\Query
__construct(string $table)
string
The name of the table
addMethods(string $mixin, array $methods) : \Petoyte\Query
string
The name of the mixin
array
A list of methods to add
\Petoyte\Query
getParams() : array
array
compileMixins() : array
array
All of the mixins into an array.$mixins : array
$params : array
$table : string
$method_map : array