GraphAware\Reco4PHP\Post\CypherAwarePostProcessor::buildQuery PHP Метод

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

public buildQuery ( GraphAware\Common\Type\Node $input, Recommendation $recommendation ) : GraphAware\Common\Cypher\Statement
$input GraphAware\Common\Type\Node
$recommendation GraphAware\Reco4PHP\Result\Recommendation
Результат GraphAware\Common\Cypher\Statement the statement to be executed
    public function buildQuery(Node $input, Recommendation $recommendation);
CypherAwarePostProcessor