Class SimpleSearch
Simple Search - Just type, select and show result
- Mapbender\CoreBundle\Component\Element
-
Mapbender\CoreBundle\Element\SimpleSearch
Author: Christian Wygoda
Located at Mapbender/CoreBundle/Element/SimpleSearch.php
Methods summary
public static
array
|
|
public
Response
|
Methods inherited from Mapbender\CoreBundle\Component\Element
__construct()
,
denormalizeConfiguration()
,
get()
,
getAssets()
,
getClassDescription()
,
getClassTags()
,
getClassTitle()
,
getConfiguration()
,
getDefaultConfiguration()
,
getDefaultElement()
,
getDescription()
,
getElementForm()
,
getEntity()
,
getFormAssets()
,
getFormTemplate()
,
getId()
,
getTemplateName()
,
getTitle()
,
getType()
,
getWidgetName()
,
mergeArrays()
,
normalizeConfiguration()
,
postSave()
,
render()
,
set()
,
trans()
,
updateAppConfig()
Magic methods summary
Properties summary
protected static
string[]
|
$title
Element tag translation subjects |
# "mb.core.simplesearch.class.title" |
protected static
string
|
$description
Element description translation subject |
# "mb.core.simplesearch.class.description" |
protected static
string
|
$tags
Element title translation subject |
# array("mb.core.search.tag.search") |
protected static
array
|
$defaultConfiguration
Element fefault configuration |
# array(
'query_url' => 'http://',
'query_key' => 'q',
'query_format' => '%s',
'token_regex' => '[^a-zA-Z0-9äöüÄÖÜß]',
'token_regex_in' => '([a-zA-ZäöüÄÖÜß]{3,})',
'token_regex_out' => '$1*',
'collection_path' => '',
'label_attribute' => 'label',
'geom_attribute' => 'geom',
'geom_format' => 'WKT',
'delay' => 300) |
Properties inherited from Mapbender\CoreBundle\Component\Element
$application
,
$classNameParts
,
$container
,
$entity
,
$ext_api
,
$merge_configurations