Ejemplo n.º 1
0
 /**
  * @see wcf\page\IPage::readData()
  */
 public function readData()
 {
     parent::readData();
     // get installation stack
     if ($this->packageInstallationStack !== null && $this->packageUpdate !== null) {
         $this->packageInstallationStack = $this->packageUpdate->getPackageInstallationStack();
     }
 }