GraphAware\Reco4PHP\Filter\Filter::doInclude PHP Метод

doInclude() публичный Метод

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
Результат boolean
    public function doInclude(Node $input, Node $item);