Table of Contents
Constants
-
METHOD_EXTEND
= 3
-
METHOD_FILE
= 1
-
METHOD_LIST
= 4
-
METHOD_REST
= 5
-
METHOD_SQL
= 2
-
PROCEDURE_applyInvoice
= "applyInvoice"
-
PROCEDURE_placeactivitycredit
= "placeactivitycredit"
-
PROCEDURE_placeactivityproduct
= "placeactivityproduct"
-
PROCEDURE_scenario_credit
= "scenariocredit"
-
PROCEDURE_scenario_product
= "scenarioproduct"
-
PROCEDURE_update_movement_product_price_from_product_val
= 'update_movement_product_price_from_product_val'
Properties
-
$extenderList
: mixed
-
$method
: mixed
-
$methodValue
: mixed
-
$name
: mixed
-
$sql
: mixed
-
$opt
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
fixOptFor()
: mixed
-
getBind()
: mixed
-
getExtenderList()
: array<string|int, mixed>
-
getExtenderListFor()
: mixed
-
getMethod()
: mixed
-
getMethodValue()
: mixed
-
getMethodValueFor()
: mixed
-
getName()
: mixed
-
getOpt()
: array<string|int, mixed>
-
getOptUser()
: mixed
-
getOptUserId()
: mixed
-
getOptVal()
: mixed
-
getOptValOr()
: mixed
-
getProcedureNameListForMethod()
: mixed
-
getProcedureNameListForMethodComponent()
: mixed
-
getProcedureNameListForMethodExtend()
: mixed
-
getProcedureNameListForMethodFile()
: mixed
-
getProcedureNameListForMethodSql()
: mixed
-
getRequiredListFor()
: mixed
-
getSql()
: mixed
-
hasOptKey()
: mixed
-
isMethod()
: mixed
-
mergeBind()
: mixed
-
setBind()
: static
-
setExtenderList()
: static
-
setMethod()
: static
-
setMethodValue()
: static
-
setName()
: static
-
setOpt()
: static
-
setSql()
: static
METHOD_EXTEND
public
mixed
METHOD_EXTEND
= 3
METHOD_FILE
public
mixed
METHOD_FILE
= 1
METHOD_LIST
public
mixed
METHOD_LIST
= 4
METHOD_REST
public
mixed
METHOD_REST
= 5
METHOD_SQL
public
mixed
METHOD_SQL
= 2
PROCEDURE_applyInvoice
public
mixed
PROCEDURE_applyInvoice
= "applyInvoice"
PROCEDURE_placeactivitycredit
public
mixed
PROCEDURE_placeactivitycredit
= "placeactivitycredit"
PROCEDURE_placeactivityproduct
public
mixed
PROCEDURE_placeactivityproduct
= "placeactivityproduct"
PROCEDURE_scenario_credit
public
mixed
PROCEDURE_scenario_credit
= "scenariocredit"
PROCEDURE_scenario_product
public
mixed
PROCEDURE_scenario_product
= "scenarioproduct"
PROCEDURE_update_movement_product_price_from_product_val
public
mixed
PROCEDURE_update_movement_product_price_from_product_val
= 'update_movement_product_price_from_product_val'
$extenderList
protected
mixed
$extenderList
= []
$method
protected
mixed
$method
$methodValue
protected
mixed
$methodValue
$name
protected
mixed
$name
$sql
protected
mixed
$sql
$opt
private
array<string|int, mixed>
$opt
__construct()
public
__construct(ProcedureCall $call, mixed $sql, mixed $bind) : mixed
Parameters
-
$call
: ProcedureCall
-
-
$sql
: mixed
-
-
$bind
: mixed
-
fixOptFor()
public
static fixOptFor(string $procedureName[, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
-
$procedureName
: string
-
-
$opt
: array<string|int, mixed>
= []
-
getBind()
public
getBind() : mixed
getExtenderList()
public
getExtenderList() : array<string|int, mixed>
Return values
array<string|int, mixed>
getExtenderListFor()
public
static getExtenderListFor(string $procedureName) : mixed
Parameters
-
$procedureName
: string
-
getMethod()
public
getMethod() : mixed
getMethodValue()
public
getMethodValue() : mixed
getMethodValueFor()
public
static getMethodValueFor(string $procedureName) : mixed
Parameters
-
$procedureName
: string
-
getName()
public
getName() : mixed
getOpt()
public
getOpt([array<string|int, mixed> $opt = null ]) : array<string|int, mixed>
Parameters
-
$opt
: array<string|int, mixed>
= null
-
Return values
array<string|int, mixed>
getOptUser()
public
getOptUser() : mixed
getOptUserId()
public
getOptUserId() : mixed
getOptVal()
public
getOptVal(string $key) : mixed
Parameters
-
$key
: string
-
getOptValOr()
public
getOptValOr(string $key[, mixed $or = null ]) : mixed
Parameters
-
$key
: string
-
-
$or
: mixed
= null
-
public
static getProcedureNameListForMethod(int $method) : mixed
Parameters
-
$method
: int
-
public
static getProcedureNameListForMethodComponent() : mixed
public
static getProcedureNameListForMethodExtend() : mixed
public
static getProcedureNameListForMethodFile() : mixed
public
static getProcedureNameListForMethodSql() : mixed
getRequiredListFor()
public
static getRequiredListFor(string $procedureName) : mixed
Parameters
-
$procedureName
: string
-
getSql()
public
getSql() : mixed
hasOptKey()
public
hasOptKey(string $key) : mixed
Parameters
-
$key
: string
-
isMethod()
public
isMethod(mixed $method) : mixed
Parameters
-
$method
: mixed
-
mergeBind()
public
mergeBind([array<string|int, mixed> $bind = null ]) : mixed
Parameters
-
$bind
: array<string|int, mixed>
= null
-
setBind()
public
setBind(mixed $bind) : static
Parameters
-
$bind
: mixed
-
setExtenderList()
public
setExtenderList(array<string|int, mixed> $extenderList) : static
Parameters
-
$extenderList
: array<string|int, mixed>
-
setMethod()
public
setMethod(mixed $method) : static
Parameters
-
$method
: mixed
-
setMethodValue()
public
setMethodValue(mixed $methodValue) : static
Parameters
-
$methodValue
: mixed
-
setName()
public
setName(mixed $name) : static
Parameters
-
$name
: mixed
-
setOpt()
public
setOpt(array<string|int, mixed> $opt) : static
Parameters
-
$opt
: array<string|int, mixed>
-
setSql()
public
setSql(mixed $sql) : static
Parameters
-
$sql
: mixed
-