StrToDate
extends FunctionNode
in package
Table of Contents
Properties
- $dateFormat : mixed
- $dateString : mixed
Methods
Properties
$dateFormat
public
mixed
$dateFormat
= null
$dateString
public
mixed
$dateString
= null
Methods
getSql()
public
getSql(SqlWalker $sqlWalker) : mixed
Parameters
- $sqlWalker : SqlWalker
parse()
public
parse(Parser $parser) : mixed
Parameters
- $parser : Parser