Class ProfileQuestion
This model describes the customized profile data types
- Hawk\Model uses Hawk\Utils
-
Hawk\ProfileQuestion
Methods summary
public static
|
|
public static
array
|
|
public static
array
|
#
getDisplayProfileQuestions( )
Get the profile questions that are displayed publically on the users' profile |
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 |
#
"ProfileQuestion"
|
protected static
string
|
$primaryColumn
The primary column in the table |
#
'name'
|
public static
array
|
$allowedTypes
The allowed input types for customization of profile questions |
#
array(
'text',
'textarea',
'checkbox',
'radio',
'select',
'datetime',
'file'
)
|