ACC SHELL

Path : /srv/www/vhosts/ambfinance/admin/library/TF/Czform/
File Upload :
Current File : /srv/www/vhosts/ambfinance/admin/library/TF/Czform/Subform.php

<?php
require_once ('library/TF/Czform.php');
class TF_Czform_Subform extends TF_Czform
{
    /**
     * __construct
     */
    public function __construct ($options = null)
    {
        parent::__construct($options);
        $this->setDecorators($this->groupDecorators);
    } /* of __construct -------------------------------------*/
    /**
     * Whether or not form elements are members of an array
     * @var bool
     */
    protected $_isArray = true;
}

ACC SHELL 2018