parseModParams() was intended to parse out the parameter of the module but I think that's currently being done in mod.sodapop.pop in getModuleData(). This method can probably be removed.
Parameters: $modParams - an array of module parameters gotten from the module db table
Location: class.soapbox.php
public function parseModParams($modParams) {
$modParams = '';
}