Extending the base class requires that you add
methods to it that map to WebDAV specific
request methods. These methods receive and return
all relevant information in the form of PHP arrays.
You do not have to deal with XML and header parsing
/ generation as this is already taken care of by
the baseclass.
Possible methods
- • GET()
- • PUT()
- • COPY()
- • MOVE()
- • DELETE()
- • PROPFIND()
- • PROPPATCH()
- • LOCK()
- • UNLOCK()
- • CHECKLOCK()
- • CHECKAUTH()