Contentserv PHP API

CSOpenSearchFormFieldRequest
in package

Represents an OpenSearch Form Request.

It defines the data changed/input by a User on client.

Tags
since

CS17.0

access

public

Table of Contents

getName()  : mixed
Returns a name of a field.
getValue()  : mixed
Returns a value of the field.
setName()  : mixed
Sets a name of a field.
setValue()  : mixed
Sets a value of a field.

Methods

setName()

Sets a name of a field.

public setName(mixed $mName) : mixed
Parameters
$mName : mixed
Tags
Return values
mixed

setValue()

Sets a value of a field.

public setValue(mixed $mValue) : mixed
Parameters
$mValue : mixed
Tags
Return values
mixed

        

Search results