Method | Description | |
---|---|---|
__construct ( $english = '' ) | ||
append ( string $english ) : void | ||
appendFunction ( Pinq\Queries\Functions\IFunction $function ) | ||
appendJoinOptions ( |
||
appendLine ( string $english = '' ) : void | ||
appendOtherQuery ( |
||
appendSource ( Pinq\Queries\Common\ISource $source, $d = false ) | ||
asCompiled ( ) |
public appendFunction ( Pinq\Queries\Functions\IFunction $function ) | ||
$function | Pinq\Queries\Functions\IFunction |
public appendJoinOptions ( |
||
$joinOptions |
public appendLine ( string $english = '' ) : void | ||
$english | string | |
return | void |
public appendOtherQuery ( |
||
$compilation |
public appendSource ( Pinq\Queries\Common\ISource $source, $d = false ) | ||
$source | Pinq\Queries\Common\ISource |