예제 #1
0
파일: Svg.php 프로젝트: horde/horde
 /**
  * Displays the current image.
  */
 public function display()
 {
     $this->headers();
     $this->_svg->printElement();
 }
예제 #2
0
 /**
  * Shows the rendered image.
  *
  * @access public
  */
 function showImage()
 {
     $this->svg->printElement();
 }