class ToStringFunction extends FunctionNode (View source)

Custom DQL function to explicitly cast a value to a string

Properties

protected mixed $stringPrimary

Methods

getSql(SqlWalker $sqlWalker)

{@inheritdoc}

parse(Parser $parser)

{@inheritdoc}

Details

getSql(SqlWalker $sqlWalker)

{@inheritdoc}

Parameters

SqlWalker $sqlWalker

parse(Parser $parser)

{@inheritdoc}

Parameters

Parser $parser