ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct () | |
Create a new DataValidation. More... | |
getFormula1 () | |
Get Formula 1. More... | |
setFormula1 ($value) | |
Set Formula 1. More... | |
getFormula2 () | |
Get Formula 2. More... | |
setFormula2 ($value) | |
Set Formula 2. More... | |
getType () | |
Get Type. More... | |
setType ($value) | |
Set Type. More... | |
getErrorStyle () | |
Get Error style. More... | |
setErrorStyle ($value) | |
Set Error style. More... | |
getOperator () | |
Get Operator. More... | |
setOperator ($value) | |
Set Operator. More... | |
getAllowBlank () | |
Get Allow Blank. More... | |
setAllowBlank ($value) | |
Set Allow Blank. More... | |
getShowDropDown () | |
Get Show DropDown. More... | |
setShowDropDown ($value) | |
Set Show DropDown. More... | |
getShowInputMessage () | |
Get Show InputMessage. More... | |
setShowInputMessage ($value) | |
Set Show InputMessage. More... | |
getShowErrorMessage () | |
Get Show ErrorMessage. More... | |
setShowErrorMessage ($value) | |
Set Show ErrorMessage. More... | |
getErrorTitle () | |
Get Error title. More... | |
setErrorTitle ($value) | |
Set Error title. More... | |
getError () | |
Get Error. More... | |
setError ($value) | |
Set Error. More... | |
getPromptTitle () | |
Get Prompt title. More... | |
setPromptTitle ($value) | |
Set Prompt title. More... | |
getPrompt () | |
Get Prompt. More... | |
setPrompt ($value) | |
Set Prompt. More... | |
getHashCode () | |
Get hash code. More... | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
Data Fields | |
const | TYPE_NONE = 'none' |
const | TYPE_CUSTOM = 'custom' |
const | TYPE_DATE = 'date' |
const | TYPE_DECIMAL = 'decimal' |
const | TYPE_LIST = 'list' |
const | TYPE_TEXTLENGTH = 'textLength' |
const | TYPE_TIME = 'time' |
const | TYPE_WHOLE = 'whole' |
const | STYLE_STOP = 'stop' |
const | STYLE_WARNING = 'warning' |
const | STYLE_INFORMATION = 'information' |
const | OPERATOR_BETWEEN = 'between' |
const | OPERATOR_EQUAL = 'equal' |
const | OPERATOR_GREATERTHAN = 'greaterThan' |
const | OPERATOR_GREATERTHANOREQUAL = 'greaterThanOrEqual' |
const | OPERATOR_LESSTHAN = 'lessThan' |
const | OPERATOR_LESSTHANOREQUAL = 'lessThanOrEqual' |
const | OPERATOR_NOTBETWEEN = 'notBetween' |
const | OPERATOR_NOTEQUAL = 'notEqual' |
Private Attributes | |
$formula1 = '' | |
$formula2 = '' | |
$type = self::TYPE_NONE | |
$errorStyle = self::STYLE_STOP | |
$allowBlank = false | |
$showDropDown = false | |
$showInputMessage = false | |
$showErrorMessage = false | |
$errorTitle = '' | |
$error = '' | |
$promptTitle = '' | |
$prompt = '' | |
Definition at line 5 of file DataValidation.php.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::__construct | ( | ) |
PhpOffice\PhpSpreadsheet\Cell\DataValidation::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 470 of file DataValidation.php.
References $key.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getAllowBlank | ( | ) |
Get Allow Blank.
Definition at line 255 of file DataValidation.php.
References PhpOffice\PhpSpreadsheet\Cell\DataValidation\$allowBlank.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getError | ( | ) |
Get Error.
Definition at line 375 of file DataValidation.php.
References PhpOffice\PhpSpreadsheet\Cell\DataValidation\$error.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getErrorStyle | ( | ) |
Get Error style.
Definition at line 207 of file DataValidation.php.
References PhpOffice\PhpSpreadsheet\Cell\DataValidation\$errorStyle.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xls\CellDataValidation\errorStyle().
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getErrorTitle | ( | ) |
Get Error title.
Definition at line 351 of file DataValidation.php.
References PhpOffice\PhpSpreadsheet\Cell\DataValidation\$errorTitle.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getFormula1 | ( | ) |
Get Formula 1.
Definition at line 135 of file DataValidation.php.
References PhpOffice\PhpSpreadsheet\Cell\DataValidation\$formula1.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getFormula2 | ( | ) |
Get Formula 2.
Definition at line 159 of file DataValidation.php.
References PhpOffice\PhpSpreadsheet\Cell\DataValidation\$formula2.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getHashCode | ( | ) |
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getOperator | ( | ) |
Get Operator.
Definition at line 231 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xls\CellDataValidation\operator().
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getPrompt | ( | ) |
Get Prompt.
Definition at line 423 of file DataValidation.php.
References PhpOffice\PhpSpreadsheet\Cell\DataValidation\$prompt.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getPromptTitle | ( | ) |
Get Prompt title.
Definition at line 399 of file DataValidation.php.
References PhpOffice\PhpSpreadsheet\Cell\DataValidation\$promptTitle.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getShowDropDown | ( | ) |
Get Show DropDown.
Definition at line 279 of file DataValidation.php.
References PhpOffice\PhpSpreadsheet\Cell\DataValidation\$showDropDown.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getShowErrorMessage | ( | ) |
Get Show ErrorMessage.
Definition at line 327 of file DataValidation.php.
References PhpOffice\PhpSpreadsheet\Cell\DataValidation\$showErrorMessage.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getShowInputMessage | ( | ) |
Get Show InputMessage.
Definition at line 303 of file DataValidation.php.
References PhpOffice\PhpSpreadsheet\Cell\DataValidation\$showInputMessage.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::getType | ( | ) |
Get Type.
Definition at line 183 of file DataValidation.php.
References PhpOffice\PhpSpreadsheet\Cell\DataValidation\$type.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xls\CellDataValidation\type().
PhpOffice\PhpSpreadsheet\Cell\DataValidation::setAllowBlank | ( | $value | ) |
Set Allow Blank.
bool | $value |
Definition at line 267 of file DataValidation.php.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::setError | ( | $value | ) |
PhpOffice\PhpSpreadsheet\Cell\DataValidation::setErrorStyle | ( | $value | ) |
Set Error style.
string | $value | see self::STYLE_* |
Definition at line 219 of file DataValidation.php.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::setErrorTitle | ( | $value | ) |
Set Error title.
string | $value |
Definition at line 363 of file DataValidation.php.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::setFormula1 | ( | $value | ) |
Set Formula 1.
string | $value |
Definition at line 147 of file DataValidation.php.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::setFormula2 | ( | $value | ) |
Set Formula 2.
string | $value |
Definition at line 171 of file DataValidation.php.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::setOperator | ( | $value | ) |
Set Operator.
string | $value |
Definition at line 243 of file DataValidation.php.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::setPrompt | ( | $value | ) |
PhpOffice\PhpSpreadsheet\Cell\DataValidation::setPromptTitle | ( | $value | ) |
Set Prompt title.
string | $value |
Definition at line 411 of file DataValidation.php.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::setShowDropDown | ( | $value | ) |
Set Show DropDown.
bool | $value |
Definition at line 291 of file DataValidation.php.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::setShowErrorMessage | ( | $value | ) |
Set Show ErrorMessage.
bool | $value |
Definition at line 339 of file DataValidation.php.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::setShowInputMessage | ( | $value | ) |
Set Show InputMessage.
bool | $value |
Definition at line 315 of file DataValidation.php.
PhpOffice\PhpSpreadsheet\Cell\DataValidation::setType | ( | $value | ) |
|
private |
Definition at line 72 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Cell\DataValidation\getAllowBlank().
|
private |
Definition at line 107 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Cell\DataValidation\getError().
|
private |
Definition at line 58 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Cell\DataValidation\getErrorStyle().
|
private |
Definition at line 100 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Cell\DataValidation\getErrorTitle().
|
private |
Definition at line 37 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Cell\DataValidation\getFormula1().
|
private |
Definition at line 44 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Cell\DataValidation\getFormula2().
|
private |
Definition at line 121 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Cell\DataValidation\getPrompt().
|
private |
Definition at line 114 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Cell\DataValidation\getPromptTitle().
|
private |
Definition at line 79 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Cell\DataValidation\getShowDropDown().
|
private |
Definition at line 93 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Cell\DataValidation\getShowErrorMessage().
|
private |
Definition at line 86 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Cell\DataValidation\getShowInputMessage().
|
private |
Definition at line 51 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Cell\DataValidation\getType().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::OPERATOR_BETWEEN = 'between' |
Definition at line 23 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::OPERATOR_EQUAL = 'equal' |
Definition at line 24 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::OPERATOR_GREATERTHAN = 'greaterThan' |
Definition at line 25 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::OPERATOR_GREATERTHANOREQUAL = 'greaterThanOrEqual' |
Definition at line 26 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::OPERATOR_LESSTHAN = 'lessThan' |
Definition at line 27 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::OPERATOR_LESSTHANOREQUAL = 'lessThanOrEqual' |
Definition at line 28 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::OPERATOR_NOTBETWEEN = 'notBetween' |
Definition at line 29 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::OPERATOR_NOTEQUAL = 'notEqual' |
Definition at line 30 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::STYLE_INFORMATION = 'information' |
Definition at line 20 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::STYLE_STOP = 'stop' |
Definition at line 18 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::STYLE_WARNING = 'warning' |
Definition at line 19 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::TYPE_CUSTOM = 'custom' |
Definition at line 9 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::TYPE_DATE = 'date' |
Definition at line 10 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::TYPE_DECIMAL = 'decimal' |
Definition at line 11 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::TYPE_LIST = 'list' |
Definition at line 12 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Cell\DataValidator\isValid(), and PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::TYPE_NONE = 'none' |
Definition at line 8 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::TYPE_TEXTLENGTH = 'textLength' |
Definition at line 13 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::TYPE_TIME = 'time' |
Definition at line 14 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().
const PhpOffice\PhpSpreadsheet\Cell\DataValidation::TYPE_WHOLE = 'whole' |
Definition at line 15 of file DataValidation.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xls\readDataValidation().