예제 #1
0
 /**
  *
  */
 public function renderCustomImage()
 {
     $function = $this->control->getFunctionType();
     if (method_exists($this, $function)) {
         call_user_func([$this, $function]);
         return;
     }
     $this->renderImagePolynomial();
 }
예제 #2
0
 /**
  * 
  */
 function renderCustomImage()
 {
     $function = $this->control->getFunctionType();
     $this->renderImage();
 }