Home
last modified time | relevance | path

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

/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php96 $instance->setPublicStatus($name,"true");
106 $instance->setPublicStatus($name,"false");
H A Detherpad-lite-client.php269 public function setPublicStatus($padID, $publicStatus){ function in EtherpadLiteClient