PHP Class FOF30\Model\DataModel\Filter\Relation

Inheritance: extends Number
Afficher le fichier Open project: akeeba/fof Class Usage Examples

Protected Properties

Свойство Type Description
$subQuery The COUNT subquery to filter by

Méthodes publiques

Méthode Description
__construct ( $db, $relationName, $subQuery )
callback ( $value )
getFieldName ( )

Method Details

__construct() public méthode

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

callback() public méthode

public callback ( $value )

getFieldName() public méthode

public getFieldName ( )

Property Details

$subQuery protected_oe property

The COUNT subquery to filter by
protected $subQuery