Example #1
0
 public function render()
 {
     // render only if has the ID value on the URL
     if ($this->hasPostValue()) {
         return parent::render();
     }
     return null;
 }