ArchiveStat
Table of Contents
Properties
-
$blockSize
: int|null
-
$comment
: string|null
-
$createdAt
: DateTime|null
-
$deviceNumber
: int|null
-
$deviceType
: int|null
-
$groupId
: int|null
-
$inodeNumber
: int|null
-
$inodeProtectionMode
: int|null
-
$lastAccessAt
: DateTime|null
-
$modifiedAt
: DateTime|null
-
$numberOfBlocks
: int|null
-
$numberOfLinks
: int|null
-
$path
: string
-
$size
: int|null
-
$status
: string|null
-
$userId
: int|null
Methods
-
__toString()
: string
-
getBlockSize()
: int|null
-
getComment()
: string|null
-
getCreatedAt()
: DateTime|null
-
getDeviceNumber()
: int|null
-
getDeviceType()
: int|null
-
getGroupId()
: int|null
-
getInodeNumber()
: int|null
-
getInodeProtectionMode()
: int|null
-
getLastAccessAt()
: DateTime|null
-
getModifiedAt()
: DateTime|null
-
getNumberOfBlocks()
: int|null
-
getNumberOfLinks()
: int|null
-
getPath()
: string
-
getSize()
: int|null
-
getStatus()
: string|null
-
getUserId()
: int|null
-
make()
: self
-
setComment()
: self
-
setStatus()
: self
-
toArray()
: array<string|int, mixed>
-
toJson()
: string
-
__construct()
: mixed
$blockSize
protected
int|null
$blockSize
= null
protected
string|null
$comment
= null
$createdAt
protected
DateTime|null
$createdAt
= null
$deviceNumber
protected
int|null
$deviceNumber
= null
$deviceType
protected
int|null
$deviceType
= null
$groupId
protected
int|null
$groupId
= null
$inodeNumber
protected
int|null
$inodeNumber
= null
$inodeProtectionMode
protected
int|null
$inodeProtectionMode
= null
$lastAccessAt
protected
DateTime|null
$lastAccessAt
= null
$modifiedAt
protected
DateTime|null
$modifiedAt
= null
$numberOfBlocks
protected
int|null
$numberOfBlocks
= null
$numberOfLinks
protected
int|null
$numberOfLinks
= null
$path
protected
string
$path
$size
protected
int|null
$size
= null
$status
protected
string|null
$status
= null
$userId
protected
int|null
$userId
= null
__toString()
public
__toString() : string
getBlockSize()
public
getBlockSize() : int|null
public
getComment() : string|null
Return values
string|null
getCreatedAt()
public
getCreatedAt() : DateTime|null
Return values
DateTime|null
getDeviceNumber()
public
getDeviceNumber() : int|null
getDeviceType()
public
getDeviceType() : int|null
getGroupId()
public
getGroupId() : int|null
getInodeNumber()
public
getInodeNumber() : int|null
getInodeProtectionMode()
public
getInodeProtectionMode() : int|null
getLastAccessAt()
public
getLastAccessAt() : DateTime|null
Return values
DateTime|null
getModifiedAt()
public
getModifiedAt() : DateTime|null
Return values
DateTime|null
getNumberOfBlocks()
public
getNumberOfBlocks() : int|null
getNumberOfLinks()
public
getNumberOfLinks() : int|null
getPath()
public
getPath() : string
getSize()
public
getSize() : int|null
getStatus()
public
getStatus() : string|null
Return values
string|null
getUserId()
public
getUserId() : int|null
make()
public
static make(string $path) : self
Parameters
-
$path
: string
-
public
setComment(string|null $comment) : self
Parameters
-
$comment
: string|null
-
setStatus()
public
setStatus(string|null $status) : self
Parameters
-
$status
: string|null
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
toJson()
public
toJson() : string
__construct()
protected
__construct(string $path[, int|null $deviceNumber = null ][, int|null $inodeNumber = null ][, int|null $inodeProtectionMode = null ][, int|null $numberOfLinks = null ][, int|null $userId = null ][, int|null $groupId = null ][, int|null $deviceType = null ][, int|null $size = null ][, DateTime|null $lastAccessAt = null ][, DateTime|null $createdAt = null ][, DateTime|null $modifiedAt = null ][, int|null $blockSize = null ][, int|null $numberOfBlocks = null ][, string|null $status = null ][, string|null $comment = null ]) : mixed
Parameters
-
$path
: string
-
-
$deviceNumber
: int|null
= null
-
-
$inodeNumber
: int|null
= null
-
-
$inodeProtectionMode
: int|null
= null
-
-
$numberOfLinks
: int|null
= null
-
-
$userId
: int|null
= null
-
-
$groupId
: int|null
= null
-
-
$deviceType
: int|null
= null
-
-
$size
: int|null
= null
-
-
$lastAccessAt
: DateTime|null
= null
-
-
$createdAt
: DateTime|null
= null
-
-
$modifiedAt
: DateTime|null
= null
-
-
$blockSize
: int|null
= null
-
-
$numberOfBlocks
: int|null
= null
-
-
$status
: string|null
= null
-
-
$comment
: string|null
= null
-