/** * Image_Graph_FormattedLine [Constructor] * * @param array $style The style of the line */ function Image_Graph_Line_Formatted($style) { parent::__construct(reset($style)); $this->_style = $style; }
/** * Image_Graph_FormattedLine [Constructor] * * @param array $style The style of the line */ function __construct($style) { parent::__construct(reset($style)); $this->_style = $style; }