[PhpMyCellScript] element index

Package indexes

All elements
a c d e g i o p r s v w _
_
top
__construct
PhpExpressionValue::__construct() in PhpExpressionValue.php
Constructor
__construct
PmcsException::__construct() in PmcsException.php
Constructor
__construct
VariableExpandedString::__construct() in VariableExpandedString.php
Constructor
__construct
WorksheetCache::__construct() in WorksheetCache.php
Constructor
__construct
EvaluatedPhpTemplate::__construct() in EvaluatedPhpTemplate.php
Constructor
__construct
OutputVariable::__construct() in OutputVariable.php
Constructor
__construct
InterpreterSheetState::__construct() in InterpreterSheetState.php
Constructor
__toString
EvaluatedPhpTemplate::__toString() in EvaluatedPhpTemplate.php
__toString
VariableExpandedString::__toString() in VariableExpandedString.php
__toString
OutputEvalCode::__toString() in OutputEvalCode.php
__toString
InterpreterSheetState::__toString() in InterpreterSheetState.php
a
top
addExpandedString
DynamicVariableExpandedStrings::addExpandedString() in DynamicVariableExpandedStrings.php
Add an expanded string.
addExpressionValue
DynamicPhpExpressionValues::addExpressionValue() in DynamicPhpExpressionValues.php
Add an expression value.
assignValue
OutputVariable::assignValue() in OutputVariable.php
Set and then return the value of the variable.
c
top
$column
InterpreterSheetState::$column in InterpreterSheetState.php
Keep track of the column position of the current instruction.
$column_to_last_instruction_data_map
For saving some data of the last instruction in each column, to support IF-like and WHILE-like instructions.
d
top
DynamicOutputVariable
DynamicOutputVariable in DynamicOutputVariable.php
Used by PhpMyCellScript addons to request a variable dynamically from the interpreter for output.
DynamicPhpExpressionValues
DynamicPhpExpressionValues in DynamicPhpExpressionValues.php
Used by PhpMyCellScript addons to request the interpreter to evaluate expressions dynamically.
DynamicVariableExpandedStrings
DynamicVariableExpandedStrings in DynamicVariableExpandedStrings.php
Used by PhpMyCellScript addons to request the interpreter to expand strings dynamically.
DynamicOutputVariable.php
DynamicOutputVariable.php in DynamicOutputVariable.php
DynamicPhpExpressionValues.php
DynamicPhpExpressionValues.php in DynamicPhpExpressionValues.php
DynamicVariableExpandedStrings.php
DynamicVariableExpandedStrings.php in DynamicVariableExpandedStrings.php
e
top
$end_column
InterpreterSheetState::$end_column in InterpreterSheetState.php
The last column of the worksheet.
$end_row
InterpreterSheetState::$end_row in InterpreterSheetState.php
The last row of the worksheet.
EvaluatedPhpTemplate
EvaluatedPhpTemplate in EvaluatedPhpTemplate.php
Used by the PhpMyCellScript interpreter to pass an evaluated PHP template as a parameter to an instruction method provided by an addon.
EvaluatedPhpTemplate.php
EvaluatedPhpTemplate.php in EvaluatedPhpTemplate.php
g
top
getCellValue
WorksheetCache::getCellValue() in WorksheetCache.php
Get and cache the value from a cell.
getExpandedStrings
DynamicVariableExpandedStrings::getExpandedStrings() in DynamicVariableExpandedStrings.php
Get the expanded strings.
getExpressionValues
DynamicPhpExpressionValues::getExpressionValues() in DynamicPhpExpressionValues.php
Get the expression values.
getInnerException
Get the inner exception.
getInstructionName
Get the name of the instruction which throws the inner exception.
getRequestedExpressions
Get the requested expressions to evaluate.
getRequestedVariableName
Get the requested variable name.
getRowNumber
PmcsException::getRowNumber() in PmcsException.php
Get the row number of the instruction which throws the inner exception.
getSheetName
PmcsException::getSheetName() in PmcsException.php
Get the name of the sheet where the inner exception is thrown.
getStringsToExpand
DynamicVariableExpandedStrings::getStringsToExpand() in DynamicVariableExpandedStrings.php
Get the requested strings to expand.
getValue
VariableExpandedString::getValue() in VariableExpandedString.php
Get the string value.
getValue
OutputVariable::getValue() in OutputVariable.php
Get the value of the variable.
getValue
OutputEvalCode::getValue() in OutputEvalCode.php
Get the code to evaluate.
getValue
PhpExpressionValue::getValue() in PhpExpressionValue.php
Get the PHP value.
getValue
EvaluatedPhpTemplate::getValue() in EvaluatedPhpTemplate.php
Get the evaluated PHP template.
getVariableName
OutputVariable::getVariableName() in OutputVariable.php
Get the variable name.
i
top
InterpreterSheetState
InterpreterSheetState in InterpreterSheetState.php
Used by the PhpMyCellScript interpreter to store the execution state of a worksheet.
isUpdated
OutputVariable::isUpdated() in OutputVariable.php
Check whether the value is updated.
InterpreterSheetState.php
InterpreterSheetState.php in InterpreterSheetState.php
o
top
OutputEvalCode
OutputEvalCode in OutputEvalCode.php
Used by PhpMyCellScript addons to return code to the interpreter to evaluate.
OutputVariable
OutputVariable in OutputVariable.php
Used by the PhpMyCellScript interpreter to get the output value of a variable parameter from an instruction method provided by an addon.
OutputEvalCode.php
OutputEvalCode.php in OutputEvalCode.php
OutputVariable.php
OutputVariable.php in OutputVariable.php
p
top
PhpExpressionValue
PhpExpressionValue in PhpExpressionValue.php
Used by the PhpMyCellScript interpreter to pass a PHP value as a parameter to an instruction method provided by an addon.
PhpExpressionValue.php
PhpExpressionValue.php in PhpExpressionValue.php
PmcsException.php
PmcsException.php in PmcsException.php
PmcsException
PmcsException in PmcsException.php
Used by the PhpMyCellScript interpreter to wrap the actual exception.
r
top
$return_value
InterpreterSheetState::$return_value in InterpreterSheetState.php
The return value of the worksheet. Set by the RETURN instruction.
$row
InterpreterSheetState::$row in InterpreterSheetState.php
Keep track of the row position of the current instruction.
requestExpression
DynamicPhpExpressionValues::requestExpression() in DynamicPhpExpressionValues.php
Used by an addon to request the interpreter to evaluate an expression.
requestToExpandString
DynamicVariableExpandedStrings::requestToExpandString() in DynamicVariableExpandedStrings.php
Used by an addon to request the interpreter to expand a string.
requestVariable
DynamicOutputVariable::requestVariable() in DynamicOutputVariable.php
Used by an addon to request a variable dynamically from the interpreter.
s
top
setValue
OutputVariable::setValue() in OutputVariable.php
Set the value of the variable.
setValue
OutputEvalCode::setValue() in OutputEvalCode.php
Set the code to evaluate.
setValue
DynamicOutputVariable::setValue() in DynamicOutputVariable.php
Set the value of the variable, or the requested variable.
setVariableName
OutputVariable::setVariableName() in OutputVariable.php
Set the variable name.
v
top
VariableExpandedString.php
VariableExpandedString.php in VariableExpandedString.php
VariableExpandedString
VariableExpandedString in VariableExpandedString.php
Used by the PhpMyCellScript interpreter to pass a variable expanded string as a parameter to an instruction method provided by an addon.
w
top
$worksheet
InterpreterSheetState::$worksheet in InterpreterSheetState.php
The worksheet object.
$worksheet_cache
InterpreterSheetState::$worksheet_cache in InterpreterSheetState.php
For caching worksheet cell values to improve performance.
WorksheetCache.php
WorksheetCache.php in WorksheetCache.php
WorksheetCache
WorksheetCache in WorksheetCache.php
This class gets and caches cell values from a worksheet.
a c d e g i o p r s v w _