FileEntry implements EntryInterface
Table of Contents
Interfaces
Methods
- __construct() : mixed
- getCrc32() : string
- getPath() : string
- getServerRelativeUrl() : string
- getSize() : int
Methods
__construct()
public
__construct(string $path, string $serverRelativeUrl, int $size[, string $crc32 = '-' ]) : mixed
Parameters
- $path : string
- $serverRelativeUrl : string
- $size : int
- $crc32 : string = '-'
getCrc32()
public
getCrc32() : string
Return values
stringgetPath()
public
getPath() : string
Return values
stringgetServerRelativeUrl()
public
getServerRelativeUrl() : string
Return values
stringgetSize()
public
getSize() : int