PHP Class WellCommerce\Bundle\SearchBundle\Model\SearchField

Author: Adam Piotrowski ([email protected])
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
__construct ( string $name, string $value ) SearchField constructor.
getName ( ) : string
getValue ( ) : string

Method Details

__construct() public method

SearchField constructor.
public __construct ( string $name, string $value )
$name string
$value string

getName() public method

public getName ( ) : string
return string

getValue() public method

public getValue ( ) : string
return string