AdminPageFramework_Form_Model___FormatSectionset::__construct PHP Метод

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

public __construct ( )
    public function __construct()
    {
        $_aParameters = func_get_args() + array($this->aSectionset, $this->sSectionPath, $this->sStructureType, $this->sCapability, $this->iCountOfElements, $this->oCaller, $this->bShowDebugInfo);
        $this->aSectionset = $_aParameters[0];
        $this->sSectionPath = $_aParameters[1];
        $this->sStructureType = $_aParameters[2];
        $this->sCapability = $_aParameters[3];
        $this->iCountOfElements = $_aParameters[4];
        $this->oCaller = $_aParameters[5];
        $this->bShowDebugInfo = $_aParameters[6];
    }
AdminPageFramework_Form_Model___FormatSectionset