Searched refs:filePermission (Results 1 – 2 of 2) sorted by relevance
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | StreamHandler.php | 41 protected $filePermission; variable in Monolog\\Handler\\StreamHandler 49 …* @param int|null $filePermission Optional file permissions (default (0644) are only for ow… 54 …onstruct($stream, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermission = null, bool $… argument 81 $this->filePermission = $filePermission; 139 if ($this->filePermission !== null) { 140 @chmod($url, $this->filePermission);
|
H A D | RotatingFileHandler.php | 49 …* @param int|null $filePermission Optional file permissions (default (0644) are only for owner r… 52 …nt $maxFiles = 0, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermission = null, bool $… argument 60 … parent::__construct($this->getTimedFilename(), $level, $bubble, $filePermission, $useLocking);
|