diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-12-07 15:04:57 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-12-07 15:04:57 +0000 |
commit | 0172f018702d2a4c59c1569b5cf9fae5ba601f7b (patch) | |
tree | 353e904ae165782a02212bbd2d4dc52af97230e5 /src/element/background.php | |
parent | 56b2051319c9fda9b4e78e6d3ccd3bfe22326b16 (diff) | |
download | zetacomponents-graph-0172f018702d2a4c59c1569b5cf9fae5ba601f7b.zip zetacomponents-graph-0172f018702d2a4c59c1569b5cf9fae5ba601f7b.tar.gz |
- Marked important classes
Diffstat (limited to 'src/element/background.php')
-rw-r--r-- | src/element/background.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/element/background.php b/src/element/background.php index e6b3885..a33fa9a 100644 --- a/src/element/background.php +++ b/src/element/background.php @@ -35,6 +35,7 @@ * Defines how the background image gets repeated * * @package Graph + * @mainclass */ class ezcGraphChartElementBackground extends ezcGraphChartElement { |