Home
last modified time | relevance | path

Searched refs:canDelete (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DMetadata.php25 public $canDelete; variable in Google\\Service\\MyBusinessBusinessInformation\\Metadata
82 public function setCanDelete($canDelete) argument
84 $this->canDelete = $canDelete;
91 return $this->canDelete;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFileCapabilities.php61 public $canDelete; variable in Google\\Service\\Drive\\DriveFileCapabilities
296 public function setCanDelete($canDelete) argument
298 $this->canDelete = $canDelete;
305 return $this->canDelete;
/plugin/deletepagebutton/
H A Daction.php55 || !$this->canDelete($ID)
69 protected function canDelete($id) { function in action_plugin_deletepagebutton
/plugin/pagebuttons/
H A Daction.php73 || !$this->canDelete($ID)
133 protected function canDelete($id) { function in action_plugin_pagebuttons