Home
last modified time | relevance | path

Searched refs:authorID (Results 1 – 3 of 3) sorted by relevance

/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexamples.php179 $sessionID = $instance->createSession($groupID, $authorID, $validUntil);
190 echo "Sessions the Author $authorID is part of:\n";
191 $authorSessions = $instance->listSessionsOfAuthor($authorID);
H A Detherpad-lite-client.php161 public function createSession($groupID, $authorID, $validUntil){ argument
164 "authorID" => $authorID,
191 public function listSessionsOfAuthor($authorID){ argument
193 "authorID" => $authorID
/plugin/etherpadlite/action/
H A Detherpadlite.php358 $authorid = (string) $authorid->authorID;