Quantcast
Channel: Function Library - Sodapop Documentation
Viewing all articles
Browse latest Browse all 30

$sodapop->parseModParams($modParams)

$
0
0
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 = '';
}

Viewing all articles
Browse latest Browse all 30

Trending Articles