Logidav Docs

MatchAgainst extends FunctionNode
in package

MatchAgainstFunction ::= "MATCH" "(" StateFieldPathExpression {"," StateFieldPathExpression}* ")" "AGAINST" "(" StringPrimary ["BOOLEAN"] ["EXPAND"] ")"

Table of Contents

Properties

$against  : string
$booleanMode  : bool
$pathExp  : array<string|int, mixed>
$queryExpansion  : bool

Methods

getSql()  : mixed
parse()  : mixed

Properties

$pathExp

protected array<string|int, mixed> $pathExp = null

list of \Doctrine\ORM\Query\AST\PathExpression

Methods

getSql()

public getSql(SqlWalker $walker) : mixed
Parameters
$walker : SqlWalker

parse()

public parse(Parser $parser) : mixed
Parameters
$parser : Parser

        
On this page

Search results