Yes, SabreDAV allows you to implement quota. Your node must implement the Sabre_DAV_IQuota interface. The Sabre_DAV_FS_Directory class which is used in this article implements that interface.
Check out the Sabre/DAV/IQuota.php file to see how to use the interface.
xrado, 30 March 2010
nice article! is it possible implement virtual quota with SabreDAV?
Hi xrado
Yes, SabreDAV allows you to implement quota. Your node must implement the Sabre_DAV_IQuota interface. The Sabre_DAV_FS_Directory class which is used in this article implements that interface.
Check out the Sabre/DAV/IQuota.php file to see how to use the interface.