com\setasign\SetaFramework\Registry
PersistantFile Class Persistant
File: /SetaFramework/src/Registry/PersistantFile.php
Class hierarchy
Implements
- \Psr\Log\LoggerAwareInterface
Summary
Constants
LOCK_NONE
LOCK_READ
LOCK_WRITE
Properties
$file
protected ?resource PersistantFile::$file
$filename
protected string PersistantFile::$filename
$lock
protected int PersistantFile::$lock
$logger
protected ?\Psr\Log\LoggerInterface PersistantFile::$logger
Methods
__construct()
Parameters
- $filename : string
- $create : bool
If no registry file exists, create a new file.
