Exemplo n.º 1
0
 public function render()
 {
     $output = "This is the histogram:<br/>";
     $output .= sprintf("<img src='%s' />", $this->control->getURL());
     $output .= "<br/>For this image:<br/>";
     $output .= sprintf("<img src='%s' />", $this->control->getCustomImageURL());
     return $output;
 }
Exemplo n.º 2
0
 function renderImageURL()
 {
     return $this->imageControl->getURL();
 }