getAxes()->getTimeAxis(); } public function getTimeAxis() { if ($this->getAxes() == NULL) return NULL; return $this->getAxes()->getTimeAxis(); } public function setFormat($format) { $this->setAttribute(REQUESTOUTPUTPLOTELEMENTTICK_FORMAT, $format); } public function getFormat() { return $this->getAttribute(REQUESTOUTPUTPLOTELEMENTTICK_FORMAT); } public function loadFromNode($xmlNode) { $this->setFormat($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTELEMENTTICK_FORMAT)); parent::loadFromNode($xmlNode); } } ?>