mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-21 06:52:46 +01:00
14 lines
252 B
Markdown
14 lines
252 B
Markdown
# db/PadMana
|
|
`require("./db/PadManager");`
|
|
|
|
The Pad Manager is a Factory for pad Objects
|
|
|
|
## Functions
|
|
|
|
- - -
|
|
### getPad (id, callback)
|
|
A Array with all known Pads
|
|
|
|
* **id** A String with the id of the pad
|
|
* **callback** *(Function)* *No description*
|
|
|