AdminPageFramework_Form_View___Format_SectionsetsByTab::__construct PHP Метод

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

public __construct ( )
    public function __construct()
    {
        $_aParameters = func_get_args() + array($this->aSectionsets, $this->aFieldsets, $this->iNestedDepth);
        $this->aSectionsets = $_aParameters[0];
        $this->aFieldsets = $_aParameters[1];
        $this->iNestedDepth = $_aParameters[2];
        $this->_divideElementsBySectionTabs($this->aSectionsets, $this->aFieldsets, $this->aSectionTabs);
    }