SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class RefineWidget

Base class for widgets included in a RefineBar

Variables

NameVisibilityDescription
$name 

Functions

NameVisibilityDescription
__constructpublic 
getLabelpublic 
getNamepublic 
getValuepublicReturns the current value for this refine widget
renderpublicDraws the widget.
setLabelpublic 
setNamepublic 

public __construct

void $RefineWidget->__construct ( mixed $name , mixed $label );

This function does not have a description

public getLabel

unknown $RefineWidget->getLabel ( );

This function does not have a description

public getName

unknown $RefineWidget->getName ( );

This function does not have a description

public getValue

unknown $RefineWidget->getValue ( );

Returns the current value for this refine widget

public render

string $RefineWidget->render ( );

Draws the widget.

public setLabel

void $RefineWidget->setLabel ( mixed $label );

This function does not have a description

public setName

void $RefineWidget->setName ( mixed $name );

This function does not have a description