Chris@0: level = $level; Chris@0: $this->status = $status; Chris@0: parent::__construct($message); Chris@0: } Chris@0: Chris@0: /** Chris@0: * Gets the level. Chris@0: * Chris@0: * @return int Chris@0: * An integer status code. @see Migration::MESSAGE_* Chris@0: */ Chris@0: public function getLevel() { Chris@0: return $this->level; Chris@0: } Chris@0: Chris@0: /** Chris@0: * Gets the status of the current item. Chris@0: * Chris@0: * @return int Chris@0: * An integer status code. @see MigrateMap::STATUS_* Chris@0: */ Chris@0: public function getStatus() { Chris@0: return $this->status; Chris@0: } Chris@0: Chris@0: }