ArchiveEntry
Table of Contents
Methods
- __toString() : string
- Returns representation zip entry as string.
- createFromFileId() : static
- Creates Entry from file id (from b_file).
- createFromFilePath() : static
- Creates Entry from file path.
Methods
__toString()
Returns representation zip entry as string.
public
__toString() : string
Return values
stringcreateFromFileId()
Creates Entry from file id (from b_file).
public
static createFromFileId(int $fileId) : static
Parameters
- $fileId : int
-
File id from b_file.
Return values
staticcreateFromFilePath()
Creates Entry from file path.
public
static createFromFilePath(string $filePath) : static
Parameters
- $filePath : string
-
File id from b_file.