Documentation

TaskSpecContainerSpecConfigsItemFile

Table of Contents

$gID  : string|null
GID represents the file GID.
$mode  : int|null
Mode represents the FileMode of the file.
$name  : string|null
Name represents the final filename in the filesystem.
$uID  : string|null
UID represents the file UID.
getGID()  : string|null
GID represents the file GID.
getMode()  : int|null
Mode represents the FileMode of the file.
getName()  : string|null
Name represents the final filename in the filesystem.
getUID()  : string|null
UID represents the file UID.
setGID()  : self
GID represents the file GID.
setMode()  : self
Mode represents the FileMode of the file.
setName()  : self
Name represents the final filename in the filesystem.
setUID()  : self
UID represents the file UID.

Properties

Methods

setName()

Name represents the final filename in the filesystem.

public setName(string|null $name) : self
Parameters
$name : string|null
Return values
self

Search results