mini\Parsing\SQL\AST\BetweenOperation::__construct() Method

public constructor

Signature

public function __construct(mini\Parsing\SQL\AST\ASTNode $expression, mini\Parsing\SQL\AST\ASTNode $low, mini\Parsing\SQL\AST\ASTNode $high, bool $negated = false)

Parameters

Name Type Default Description
$expression mini\Parsing\SQL\AST\ASTNode required Documentation missing
$low mini\Parsing\SQL\AST\ASTNode required Documentation missing
$high mini\Parsing\SQL\AST\ASTNode required Documentation missing
$negated bool false Documentation missing

Documentation

Documentation missing - No docblock found for this method.

Source

src/Parsing/SQL/AST/BetweenOperation.php:15-20