PHP Class FOF30\Model\DataModel\Filter\Relation

Inheritance: extends Number
Show file Open project: akeeba/fof Class Usage Examples

Protected Properties

Property Type Description
$subQuery The COUNT subquery to filter by

Public Methods

Method Description
__construct ( $db, $relationName, $subQuery )
callback ( $value )
getFieldName ( )

Method Details

__construct() public method

public __construct ( $db, $relationName, $subQuery )

callback() public method

public callback ( $value )

getFieldName() public method

public getFieldName ( )

Property Details

$subQuery protected property

The COUNT subquery to filter by
protected $subQuery