Class Language
This class the language model
- Hawk\Model uses Hawk\Utils
-
Hawk\Language
Methods summary
public static
|
|
public static
array
|
|
public static
|
|
public
|
|
public
|
|
public
|
Methods inherited from Hawk\Model
__construct()
,
add()
,
addIfNotExists()
,
countElementsByExample()
,
countElementsBySQL()
,
delete()
,
deleteByExample()
,
deleteBySQL()
,
getAll()
,
getByExample()
,
getById()
,
getBySQL()
,
getData()
,
getDbInstance()
,
getDbName()
,
getListByExample()
,
getListBySQL()
,
getPrimaryColumn()
,
getTable()
,
save()
,
set()
,
setDbName()
,
setPrimaryColumn()
,
setTable()
,
update()
Methods used from Hawk\Utils
Properties summary
protected static
string
|
$tablename
The associated table |
#
"Language"
|
protected static
string
|
$primaryColumn
The primary key in the table |
#
'tag'
|