Lines Matching refs:method

674 * Changed: PropertyStorage backends now have a `move` method.
678 * Changed: CalDAV backends have a new method: `getCalendarObjectByUID`. This
679 method MUST be implemented by all backends, but the `AbstractBackend` has a
691 * Changed: PrincipalBackend now has a findByUri method.
854 * Added: Support for the `{DAV:}supported-method-set` property server-wide.
866 think about it on a per-method basis.
896 * BC Break: The CardDAV and CalDAV BackendInterface each have a new method:
899 this method is now required.
901 unserialize method ($propertyMap). This allows for recursively parsing
950 * Added: has() method on DAV\Property\SupportedReportSet.
956 * Added: A negotiateContentType to HTTP\Request. A convenience method.
1060 * BC Break: Sabre_CalDAV_ISharedCalendar now also has a getShares method, so
1230 * BC Break: The ICalendar interface now has a new method: calendarQuery.
1236 If you extended this class, you should fix this method. It's only used for
1273 * Added: Sabre_DAV_PartialUpdate. This plugin allows you to use the PATCH method
1431 the getSupportedPrivilegeSet method. See website for details.
1459 * Added: [DAVACL] Public 'principalSearch' method on the DAVACL plugin, which
1680 * Added: API level support for ACL HTTP method.
1741 * Added: getSupportedReportSet method in ServerPlugin class. This allows you to
1766 * Added: childExists method to Sabre_DAV_ICollection. This is an api break, so
1767 if you implement Sabre_DAV_ICollection directly, add the method.
1768 * Changed: Almost all HTTP method implementations now take a uri argument,
1783 * Added: Tree classes now have a delete and getChildren method.
1935 * Changed: Sabre_DAV_Server::getCopyAndMoveInfo is now a public method.
1948 ::unserialize() method.
1961 * Fixed: Comma's between HTTP methods in 'Allow' method.
2096 This is to retain the old method to install SabreDAV until pearfarm becomes
2097 the standard installation method.
2129 * Changed: the getPropertiesForPath method now takes a different set of
2155 * Added: The Auth backend got a getUsers method
2267 * Added: simple basis for HTTP REPORT method. This method is not used yet, but
2360 * Added: Working PROPPATCH method (doesn't support custom properties yet)