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);