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

$sodapop->getHandle()

$
0
0
getHandle() uses the parsUrl() function to get the app handle from the url
Location: class.sodapop.php

public function getHandle() {

$handle = $this->parseUrl('handle');
return $handle;
}

Viewing all articles
Browse latest Browse all 30

Trending Articles