Class JsonImportFilter
JsonImportFilter: class to import objects from JSON
- Model
- AppModel
- BEAppModel
- BeditaImportFilter
- JsonImportFilter
Located at models/filters/json_import_filter.php
Methods summary
public
array
|
Methods inherited from BeditaImportFilter
Methods inherited from BEAppModel
am()
,
buildQueryStatement()
,
checkDate()
,
checkDuration()
,
checkFloat()
,
checkNumber()
,
containLevel()
,
fieldsString()
,
findObjects()
,
findObjectsAfterFilter()
,
findObjectsClauses()
,
findObjectsCount()
,
getBindingsLevel()
,
getDefaultDateFormat()
,
getDriver()
,
getEndQuote()
,
getLimitClausole()
,
getStartQuote()
,
setBindingsLevel()
,
setupDbParams()
,
toolbar()
Methods inherited from AppModel
Properties summary
protected
string
|
$typeName
|
#
'BE-Json'
|
protected
array
|
$mimeTypes
|
#
array('text/json', 'application/json')
|
public
string
|
$label
|
#
'JSON data'
|
public
array
|
$options
|
#
array(
'mediaUri' => array(
'label' => 'Local path or remote url to media',
'dataType' => 'text',
'mandatory' => false,
'defaultValue' => '',
'multipleChoice' => false
)
)
|