public function install() { $result = parent::install(); if ($result !== false) { $this->postInstall($result); } return $result; }
public function update() { $this->installtype = 'update'; return parent::update(); }