Пример #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;
 }
Пример #2
0
 function renderImageURL()
 {
     return $this->imageControl->getURL();
 }