Creates random source string object.
function buildSourceString($values = array()) { return $this->storage ->createString($values += array( 'source' => $this ->randomName(100), 'context' => $this ->randomName(20), )); }