Expression
+ Inheritance diagram for Expression:

Description

A literal expression, exempt from being quoted.

Protected Properties

DB $db
 
string $expression
 

Public Static Methods

magic static self factory (DB $db, string $expression)
 

Public Methods

 __construct (DB $db, string $expression)
 
string __toString ()
 

Constructor

◆ __construct()

__construct ( DB  $db,
string  $expression 
)
Parameters
DB$db
string$expression

Methods

◆ __toString()

string __toString ( )
Returns
string

Implements ExpressionInterface.

Reimplemented in Branch.

◆ factory()

magic static self factory ( DB  $db,
string  $expression 
)
static
Returns
self