Documentation

ProcedureCall
in package
implements OptInterface uses OptTrait

Table of Contents

Interfaces

OptInterface

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
$opt  : array<string|int, mixed>

Methods

__construct()  : mixed
fixOptFor()  : 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
hasOptKey()  : mixed
isMethod()  : mixed
setExtenderList()  : static
setMethod()  : static
setMethodValue()  : static
setName()  : static
setOpt()  : static
getParametersForProcedure()  : mixed

Constants

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'

Properties

$opt

private array<string|int, mixed> $opt

Methods

__construct()

public __construct(string $procedureName[, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
$procedureName : string
$opt : array<string|int, mixed> = []

fixOptFor()

public static fixOptFor(string $procedureName[, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
$procedureName : string
$opt : array<string|int, mixed> = []

getExtenderList()

public getExtenderList() : array<string|int, mixed>
Return values
array<string|int, mixed>

getExtenderListFor()

public static getExtenderListFor(string $procedureName) : mixed
Parameters
$procedureName : string

getMethodValueFor()

public static getMethodValueFor(string $procedureName) : mixed
Parameters
$procedureName : string

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

getProcedureNameListForMethod()

public static getProcedureNameListForMethod(int $method) : mixed
Parameters
$method : int

getProcedureNameListForMethodComponent()

public static getProcedureNameListForMethodComponent() : mixed

getProcedureNameListForMethodExtend()

public static getProcedureNameListForMethodExtend() : mixed

getProcedureNameListForMethodFile()

public static getProcedureNameListForMethodFile() : mixed

getProcedureNameListForMethodSql()

public static getProcedureNameListForMethodSql() : mixed

getRequiredListFor()

public static getRequiredListFor(string $procedureName) : mixed
Parameters
$procedureName : string

hasOptKey()

public hasOptKey(string $key) : mixed
Parameters
$key : string

isMethod()

public isMethod(mixed $method) : mixed
Parameters
$method : mixed

setExtenderList()

public setExtenderList(array<string|int, mixed> $extenderList) : static
Parameters
$extenderList : array<string|int, mixed>
Return values
static

setMethod()

public setMethod(mixed $method) : static
Parameters
$method : mixed
Return values
static

setMethodValue()

public setMethodValue(mixed $methodValue) : static
Parameters
$methodValue : mixed
Return values
static

setName()

public setName(mixed $name) : static
Parameters
$name : mixed
Return values
static

setOpt()

public setOpt(array<string|int, mixed> $opt) : static
Parameters
$opt : array<string|int, mixed>
Return values
static

getParametersForProcedure()

private getParametersForProcedure() : mixed

        
On this page

Search results