public function __construct()
 {
     $_aParameters = func_get_args() + array($this->aTab, self::$aStructure, $this->aTabs, $this->aArguments, $this->oFactory);
     $this->aTab = $_aParameters[0];
     self::$aStructure = $_aParameters[1];
     $this->aTabs = $_aParameters[2];
     $this->aArguments = $_aParameters[3];
     $this->oFactory = $_aParameters[4];
 }