Home
last modified time | relevance | path

Searched refs:padList (Results 1 – 2 of 2) sorted by relevance

/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php118 $padList = $instance->listPads($groupID); variable
119 $padList = $padList->padIDs; variable
131 foreach($padList as $pad => $key){ // For each pad in the object
H A Dexamples.php151 $padList = $instance->listPads($groupID); variable
153 var_dump($padList->padIDs);