| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2015 PHPExcel
| Copyright: | Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) |
| License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
| Version: | ##VERSION##, ##DATE## |
| File Size: | 293 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PHPExcel_Style_Conditional:: (16 methods):
__construct()
getConditionType()
setConditionType()
getOperatorType()
setOperatorType()
getText()
setText()
getCondition()
setCondition()
getConditions()
setConditions()
addCondition()
getStyle()
setStyle()
getHashCode()
__clone()
Class: PHPExcel_Style_Conditional - X-Ref
PHPExcel_Style_Conditional| __construct() X-Ref |
| Create a new PHPExcel_Style_Conditional |
| getConditionType() X-Ref |
| Get Condition type return: string |
| setConditionType($pValue = PHPExcel_Style_Conditional::CONDITION_NONE) X-Ref |
| Set Condition type param: string $pValue PHPExcel_Style_Conditional condition type return: PHPExcel_Style_Conditional |
| getOperatorType() X-Ref |
| Get Operator type return: string |
| setOperatorType($pValue = PHPExcel_Style_Conditional::OPERATOR_NONE) X-Ref |
| Set Operator type param: string $pValue PHPExcel_Style_Conditional operator type return: PHPExcel_Style_Conditional |
| getText() X-Ref |
| Get text return: string |
| setText($value = null) X-Ref |
| Set text param: string $value return: PHPExcel_Style_Conditional |
| getCondition() X-Ref |
| Get Condition return: string |
| setCondition($pValue = '') X-Ref |
| Set Condition param: string $pValue Condition return: PHPExcel_Style_Conditional |
| getConditions() X-Ref |
| Get Conditions return: string[] |
| setConditions($pValue) X-Ref |
| Set Conditions param: string[] $pValue Condition return: PHPExcel_Style_Conditional |
| addCondition($pValue = '') X-Ref |
| Add Condition param: string $pValue Condition return: PHPExcel_Style_Conditional |
| getStyle() X-Ref |
| Get Style return: PHPExcel_Style |
| setStyle(PHPExcel_Style $pValue = null) X-Ref |
| Set Style param: PHPExcel_Style $pValue return: PHPExcel_Style_Conditional |
| getHashCode() X-Ref |
| Get hash code return: string Hash code |
| __clone() X-Ref |
| Implement PHP __clone to create a deep clone, not just a shallow copy. |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |