Searched refs:enablePost (Results 1 – 2 of 2) sorted by relevance
39 protected $enablePost = true; variable in Sabre\\DAV\\Browser\\Plugin61 * @param bool $enablePost63 function __construct($enablePost = true) { argument65 $this->enablePost = $enablePost;81 if ($this->enablePost) $this->server->on('method:POST', [$this, 'httpPOST']);356 if ($this->enablePost) {