Todo List
Implements interfaces:
PHPExcel_Style_Conditional
[line 99]
Condition
[line 78]
Condition type
[line 85]
Operator type
[line 106]
Style
[line 92]
Text
PHPExcel_Style_Conditional addCondition( [string $pValue = ''])
Add Condition
PHPExcel_Style_Conditional __construct( )
Create a new PHPExcel_Style_Conditional
string getCondition( )
Get Condition
string[] getConditions( )
Get Conditions
string getConditionType( )
Get Condition type
string getHashCode( )
Get hash code
string getOperatorType( )
Get Operator type
PHPExcel_Style getStyle( )
Get Style
string getText( )
Get text
PHPExcel_Style_Conditional setCondition( [string $pValue = ''])
Set Condition
PHPExcel_Style_Conditional setConditions( string[] $pValue)
Set Conditions
PHPExcel_Style_Conditional setConditionType( [string $pValue = PHPExcel_Style_Conditional::CONDITION_NONE])
Set Condition type
PHPExcel_Style_Conditional setOperatorType( [string $pValue = PHPExcel_Style_Conditional::OPERATOR_NONE])
Set Operator type
PHPExcel_Style_Conditional setStyle( [PHPExcel_Style $pValue = null])
Set Style
PHPExcel_Style_Conditional setText( [string $value = null])
Set text
void __clone( )
Implement PHP __clone to create a deep clone, not just a shallow copy.
[line 55]
[line 56]
[line 57]
[line 54]
[line 61]
[line 71]
[line 69]
[line 62]
[line 63]
[line 64]
[line 65]
[line 66]
[line 67]
[line 60]
[line 70]
[line 68]