AdminPageFramework_Form_View___Attribute_SectionsTablesContainer::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $_aParameters = func_get_args() + array($this->aSectionset, $this->sSectionsID, $this->sSectionTabSlug, $this->aCollapsible, $this->iSubSectionCount);
        $this->aSectionset = $_aParameters[0];
        $this->sSectionsID = $_aParameters[1];
        $this->sSectionTabSlug = $_aParameters[2];
        $this->aCollapsible = $_aParameters[3];
        $this->iSubSectionCount = $_aParameters[4];
    }
AdminPageFramework_Form_View___Attribute_SectionsTablesContainer