PHP Interface GraphAware\Reco4PHP\Filter\Filter

Show file Open project: graphaware/reco4php

Public Methods

Method Description
doInclude ( GraphAware\Common\Type\Node $input, GraphAware\Common\Type\Node $item ) : boolean Returns whether or not the recommended node should be included in the recommendation.

Method Details

doInclude() public method

Returns whether or not the recommended node should be included in the recommendation.
public doInclude ( GraphAware\Common\Type\Node $input, GraphAware\Common\Type\Node $item ) : boolean
$input GraphAware\Common\Type\Node
$item GraphAware\Common\Type\Node
return boolean