Ejemplo n.º 1
0
 public function __construct(ICFlowForm $form)
 {
     $cache = CacheUtil::get("form_" . $form->getID());
     if (is_array($cache)) {
         $this->_cache = $cache;
     }
     parent::__construct($form);
 }