Plugins
[ class tree: Plugins ] [ index: Plugins ] [ all elements ]

Class: SearchRequest

Source Location: /plugins/search/common/Search.php

Class Overview

CwSerializable
   |
   --SearchRequest

Request


Variables

Methods


Inherited Variables

Inherited Methods

Class: CwSerializable

CwSerializable::__construct()
Constructor
CwSerializable::copyAllVars()
Copy all properties from one object to another (overwriting previous ones)
CwSerializable::getValue()
Returns structure's property value if property exists
CwSerializable::guessClassName()
Tries to guess the class to use from the property being unserialised.
CwSerializable::unserialize()
Unserializes from a stdClass structure
CwSerializable::unserializeArray()
Returns an array of typed values
CwSerializable::unserializeObject()
Returns an unserialized object from a stdClass structure
CwSerializable::unserializeObjectMap()
Returns an array of unserialized objects from a stdClass structure
CwSerializable::unserializeStringArray()
Returns an array of typed values from a string
CwSerializable::unserializeValue()
Returns a typed value from a structure property

Class Details

[line 486]
Request



[ Top ]


Class Variables

$config =

[line 491]



Tags:

var:  Search configuration
access:  public

Type:   string


[ Top ]

$parameters =

[line 496]



Tags:

var:  array of parameters
access:  public

Type:   array


[ Top ]



Class Methods


constructor __construct [line 498]

SearchRequest __construct( )



Tags:

access:  public


Overrides CwSerializable::__construct() (Constructor)

[ Top ]

method getParameter [line 507]

string getParameter( string $index)

Parameter getter



Tags:

return:  value
access:  public


Parameters:

string   $index   index

[ Top ]

method setParameter [line 525]

void setParameter( string $index, string $value)

Parameter setter



Tags:

access:  public


Parameters:

string   $index   index
string   $value   value

[ Top ]

method unserialize [line 542]

void unserialize( mixed $struct)



Tags:

access:  public
see:  CwSerializable::unserialize()


Overrides CwSerializable::unserialize() (Unserializes from a stdClass structure)

[ Top ]


Documentation generated on Fri, 21 Sep 2007 13:31:01 +0200 by phpDocumentor 1.3.0RC3