Lines Matching refs:bool
80 public function get(string $setting = '', bool $includeDefaults = false)
126 * Returns a setting interpreted as a bool.
128 * One can use a real bool, int(0), int(1) to set bool settings.
130 * not normalize bool values. This method ensures a bool is returned for
139 public function getBool(string $setting): bool
197 * @param bool $readOnly (default = true)
203 public function setReadOnly(bool $readOnly = true): Response
213 public function getReadOnly(): bool
223 public function getBlocksRead(): bool
229 * @param bool $state OPTIONAL (default = true)
235 public function setBlocksRead(bool $state = true): Response
245 public function getBlocksWrite(): bool
251 * @param bool $state OPTIONAL (default = true)
257 public function setBlocksWrite(bool $state = true): Response
267 public function getBlocksMetadata(): bool
285 * @param bool $state OPTIONAL (default = true)
291 public function setBlocksMetadata(bool $state = true): Response