PHP Class PartKeepr\DoctrineReflectionBundle\Filter\Filter

Inheritance: implements PartKeepr\DoctrineReflectionBundle\Filter\AssociationPropertyInterface, use trait AssociationPropertyTrait
Show file Open project: partkeepr/PartKeepr Class Usage Examples

Public Methods

Method Description
__construct ( $type = self::TYPE_AND )
getOperator ( ) : string
getSubFilters ( ) : array
getType ( ) : string
getValue ( ) : string
hasSubFilters ( )
setOperator ( string $operator )
setSubFilters ( array $subFilters )
setType ( string $type )
setValue ( string $value )

Method Details

__construct() public method

public __construct ( $type = self::TYPE_AND )

getOperator() public method

public getOperator ( ) : string
return string

getSubFilters() public method

public getSubFilters ( ) : array
return array

getType() public method

public getType ( ) : string
return string

getValue() public method

public getValue ( ) : string
return string

hasSubFilters() public method

public hasSubFilters ( )

setOperator() public method

public setOperator ( string $operator )
$operator string

setSubFilters() public method

public setSubFilters ( array $subFilters )
$subFilters array

setType() public method

public setType ( string $type )
$type string

setValue() public method

public setValue ( string $value )
$value string