AdminPageFramework_Form_Model___Format_EachSection::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    public function __construct()
    {
        $_aParameters = func_get_args() + array($this->aSection, $this->iIndex, $this->aSubSections, $this->sSectionsID);
        $this->aSection = $_aParameters[0];
        $this->iIndex = $_aParameters[1];
        $this->aSubSections = $_aParameters[2];
        $this->sSectionsID = $_aParameters[3];
    }
AdminPageFramework_Form_Model___Format_EachSection