Antidot PHP API  version 0.16.0
##PHP API to simplify integration of Antidot components
 All Classes Files Functions Variables Groups Pages
Public Member Functions | List of all members
AfsMultipleValuesParameter Class Reference
Inheritance diagram for AfsMultipleValuesParameter:
AfsQueryParameter AfsFilterParameter

Public Member Functions

 add_values ($values)
 add a value on current parameter
 remove_value ($value)
 remove a value on current parameter
 set_values (array $values)
 set a new list of values on current parameter
 get_values ()
 get all values setted on current parameter
 format ()
 format this parameter

Detailed Description

Created by PhpStorm. User: ct Date: 2/6/15 Time: 11:33 AM

Member Function Documentation

add_values (   $values)

add a value on current parameter

Parameters
$values
format ( )

format this parameter

Returns
array|void

Reimplemented from AfsQueryParameter.

Reimplemented in AfsFilterParameter.

get_values ( )

get all values setted on current parameter

Returns
array of values
remove_value (   $value)

remove a value on current parameter

Parameters
$value
Returns
true is there is more values on current parameter, false otherwise
set_values ( array  $values)

set a new list of values on current parameter

Parameters
array$values