Documentation

ArchiveStat
in package

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

Properties

$createdAt

protected DateTime|null $createdAt = null

$deviceNumber

protected int|null $deviceNumber = 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
protected int|null $numberOfLinks = null

Methods

__toString()

public __toString() : string
Return values
string

getBlockSize()

public getBlockSize() : int|null
Return values
int|null

getComment()

public getComment() : string|null
Return values
string|null

getCreatedAt()

public getCreatedAt() : DateTime|null
Return values
DateTime|null

getDeviceNumber()

public getDeviceNumber() : int|null
Return values
int|null

getDeviceType()

public getDeviceType() : int|null
Return values
int|null

getGroupId()

public getGroupId() : int|null
Return values
int|null

getInodeNumber()

public getInodeNumber() : int|null
Return values
int|null

getInodeProtectionMode()

public getInodeProtectionMode() : int|null
Return values
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
Return values
int|null
public getNumberOfLinks() : int|null
Return values
int|null

getPath()

public getPath() : string
Return values
string

getSize()

public getSize() : int|null
Return values
int|null

getStatus()

public getStatus() : string|null
Return values
string|null

getUserId()

public getUserId() : int|null
Return values
int|null

make()

public static make(string $path) : self
Parameters
$path : string
Return values
self

setComment()

public setComment(string|null $comment) : self
Parameters
$comment : string|null
Return values
self

setStatus()

public setStatus(string|null $status) : self
Parameters
$status : string|null
Return values
self

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

toJson()

public toJson() : string
Return values
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

        
On this page

Search results