diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-09-04 09:53:56 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-09-04 09:53:56 +0000 |
commit | 86d31a8b94e881ad6640bd8fd6c450f15fceb96a (patch) | |
tree | 1a84067fa49fb28bddb1d024aec329286f4b0543 /src/interfaces | |
parent | 6e5582742fb0e67b71e94e0a9bedc91723c3ef3e (diff) | |
download | zetacomponents-graph-86d31a8b94e881ad6640bd8fd6c450f15fceb96a.zip zetacomponents-graph-86d31a8b94e881ad6640bd8fd6c450f15fceb96a.tar.gz |
- Added dataset properties for axis assignements
# More progress on the way to multiple axis support
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/dataset_property.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/dataset_property.php b/src/interfaces/dataset_property.php index fe6a3d7..e7f3137 100644 --- a/src/interfaces/dataset_property.php +++ b/src/interfaces/dataset_property.php @@ -138,7 +138,7 @@ abstract class ezcGraphDataSetProperty implements ArrayAccess * @throws ezcBaseValueException * If a the value for a property is out of range. */ - final public function offsetSet( $key, $value ) + public function offsetSet( $key, $value ) { if ( isset( $this->dataset[$key] ) && $this->checkValue( $value ) ) |