コード例 #1
0
 public function __construct($upgrader)
 {
     $this->type = self::UPGRADE_CUSTOM | self::UPGRADE_DB;
     parent::__construct($upgrader);
 }
コード例 #2
0
 public function __construct($upgrader)
 {
     parent::__construct($upgrader);
     $this->type = self::UPGRADE_CORE | self::UPGRADE_CUSTOM;
 }