{"functions":{"function":[{"name":"set","description":"<p>Устанавливает куку</p>","params":{"param":[{"name":"name","types":{"type":["String"]},"description":"<p>Имя куки</p>","optional":"false"},{"name":"value","types":{"type":["String"]},"description":"<p>Значение куки</p>","optional":"false"},{"name":"time","types":{"type":["Number"]},"description":"<p>Время в часах</p>","optional":"false"}]},"fires":null,"exceptions":null,"returns":null},{"name":"get","description":"<p>Получить значение куки.</p>","params":{"param":[{"name":"name","types":{"type":["String"]},"description":"<p>Имя куки</p>","optional":"false"}]},"fires":null,"exceptions":null,"returns":{"types":{"type":["String"]},"description":"<p>Значение куки</p>"}},{"name":"getAll","description":"<p>Получить все куки.</p>","params":null,"fires":null,"exceptions":null,"returns":{"types":{"type":["Array"]},"description":"<p>Массив объектов с значениями кук</p>"}},{"name":"remove","description":"<p>Удалить куку.</p>","params":{"param":[{"name":"name","types":{"type":["String"]},"description":"<p>Имя куки</p>","optional":"false"}]},"fires":null,"exceptions":null,"returns":null}]}}