Home
last modified time | relevance | path

Searched refs:enablePost (Results 1 – 2 of 2) sorted by relevance

/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php39 protected $enablePost = true; variable in Sabre\\DAV\\Browser\\Plugin
61 * @param bool $enablePost
63 function __construct($enablePost = true) { argument
65 $this->enablePost = $enablePost;
81 if ($this->enablePost) $this->server->on('method:POST', [$this, 'httpPOST']);
356 if ($this->enablePost) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php39 protected $enablePost = true; variable in Sabre\\DAV\\Browser\\Plugin
61 * @param bool $enablePost
63 function __construct($enablePost = true) { argument
65 $this->enablePost = $enablePost;
81 if ($this->enablePost) $this->server->on('method:POST', [$this, 'httpPOST']);
356 if ($this->enablePost) {