AdvancedSearch
Table of Contents
Properties
-
$custom_filter
: mixed
-
$get_array
: mixed
-
$post_array
: mixed
-
$post_processing_filter
: mixed
Methods
-
__construct()
: mixed
-
buildCampoOperadorValor()
: mixed
-
getFilter()
: mixed
-
getLimite()
: string|null
-
getStringSeach()
: string|null
-
isEnabled()
: mixed
-
setCustomSearchFilter()
: mixed
-
setPostProcessingFields()
: mixed
-
getFieldName()
: mixed
-
getFormattedValue()
: mixed
-
getIdCampo()
: mixed
-
setStringSearchGet()
: string
-
transformGetToPost()
: mixed
-
transformPostToGet()
: string
-
verificarSePesquisaSalva()
: mixed
$custom_filter
private
mixed
$custom_filter
= []
$get_array
private
mixed
$get_array
$post_array
private
mixed
$post_array
$post_processing_filter
private
mixed
$post_processing_filter
= null
__construct()
public
__construct(mixed $post_array, mixed $get_array) : mixed
Parameters
-
$post_array
: mixed
-
-
$get_array
: mixed
-
buildCampoOperadorValor()
public
static buildCampoOperadorValor(mixed $campo, mixed $operador, mixed $valor) : mixed
Parameters
-
$campo
: mixed
-
-
$operador
: mixed
-
-
$valor
: mixed
-
getFilter()
public
getFilter() : mixed
getLimite()
public
getLimite() : string|null
Return values
string|null
getStringSeach()
public
getStringSeach() : string|null
Return values
string|null
isEnabled()
public
isEnabled() : mixed
setCustomSearchFilter()
public
setCustomSearchFilter(array<string|int, mixed> $custom_filter) : mixed
Parameters
-
$custom_filter
: array<string|int, mixed>
-
setPostProcessingFields()
public
setPostProcessingFields([mixed $function = null ]) : mixed
Parameters
-
$function
: mixed
= null
-
getFieldName()
private
getFieldName(mixed $index) : mixed
Parameters
-
$index
: mixed
-
private
getFormattedValue(mixed $index) : mixed
Parameters
-
$index
: mixed
-
getIdCampo()
private
getIdCampo(mixed $index) : mixed
Parameters
-
$index
: mixed
-
setStringSearchGet()
private
setStringSearchGet() : string
transformGetToPost()
private
transformGetToPost() : mixed
transformPostToGet()
private
transformPostToGet() : string
verificarSePesquisaSalva()
private
static verificarSePesquisaSalva(mixed $post_array) : mixed
Parameters
-
$post_array
: mixed
-