Class for integer properties of datasets
This class is used to store properties for datasets, which should be validated as integer values.
For a basic usage example of those dataset properties take a look at the API documentation of the ezcGraphDataSetProperty class.
Source for this file: /Graph/src/datasets/property/integer.php
ezcGraphDataSetProperty | --ezcGraphDataSetIntProperty
Version: | //autogentag// |
From ezcGraphDataSetProperty | |
---|---|
protected |
ezcGraphDataSetProperty::$dataset
|
protected |
ezcGraphDataSetProperty::$dataValue
|
protected |
ezcGraphDataSetProperty::$defaultValue
|
protected void |
checkValue(
&$value
, $value
)
Converts value to an ezcGraphColor object |
From ezcGraphDataSetProperty | |
---|---|
protected abstract void |
ezcGraphDataSetProperty::checkValue()
Abstract method to contain the check for validity of the value |
public bool |
ezcGraphDataSetProperty::offsetExists()
Returns if an option exists. |
public mixed |
ezcGraphDataSetProperty::offsetGet()
Returns an option value. |
public void |
ezcGraphDataSetProperty::offsetSet()
Set an option. |
public void |
ezcGraphDataSetProperty::offsetUnset()
Unset an option. |
public mixed |
ezcGraphDataSetProperty::__get()
Get the default value for this property |
public void |
ezcGraphDataSetProperty::__set()
Set the default value for this property |
Converts value to an ezcGraphColor object
Name | Type | Description |
---|---|---|
$value |
& | |
&$value |
Method | Description |
---|---|
ezcGraphDataSetProperty::checkValue() |
Abstract method to contain the check for validity of the value |