\Expressions

Class Expressions, part of SQL.

Every SQL can be split into multiple expressions. Each expression contains three parts:

Summary

Methods
Properties
Constants
__construct()
__set()
__get()
__toString()
$data
$source
$operator
$target
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$data

$data : array

Type

array — Stored the attributes of the current object

$source

$source : string|\Expressions

of this expression, (option)

Type

string|\Expressions

$operator

$operator : string

(required)

Type

string

$target

$target : string|\Expressions

of this expression (required) Just implement one function __toString.

Type

string|\Expressions

Methods

__construct()

__construct(  $config = array()) 

Parameters

$config

__set()

__set(  $var,   $val) 

Parameters

$var
$val

__get()

__get(  $var) 

Parameters

$var

__toString()

__toString()