Directory
extends BaseModel
Table of Contents
Properties
-
$branchId
: int
-
$createdAt
: string
-
$directoryId
: int
-
$exportPattern
: string
-
$id
: int
-
$name
: string
-
$priority
: string
-
$projectId
: int
-
$title
: string
-
$updatedAt
: string
Methods
-
__construct()
: mixed
-
getBranchId()
: int
-
getCreatedAt()
: string
-
getDirectoryId()
: int
-
getExportPattern()
: string
-
getId()
: int
-
getName()
: string
-
getPriority()
: string
-
getProjectId()
: int
-
getTitle()
: string
-
getUpdatedAt()
: string
-
setBranchId()
: void
-
setDirectoryId()
: void
-
setExportPattern()
: void
-
setName()
: void
-
setPriority()
: void
-
setTitle()
: void
$branchId
protected
int
$branchId
$createdAt
protected
string
$createdAt
$directoryId
protected
int
$directoryId
$exportPattern
protected
string
$exportPattern
$id
protected
int
$id
$name
protected
string
$name
$priority
protected
string
$priority
$projectId
protected
int
$projectId
$title
protected
string
$title
$updatedAt
protected
string
$updatedAt
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getBranchId()
public
getBranchId() : int
getCreatedAt()
public
getCreatedAt() : string
getDirectoryId()
public
getDirectoryId() : int
getExportPattern()
public
getExportPattern() : string
getId()
public
getId() : int
getName()
public
getName() : string
getPriority()
public
getPriority() : string
getProjectId()
public
getProjectId() : int
getTitle()
public
getTitle() : string
getUpdatedAt()
public
getUpdatedAt() : string
setBranchId()
public
setBranchId(int $branchId) : void
Parameters
-
$branchId
: int
-
setDirectoryId()
public
setDirectoryId(int $directoryId) : void
Parameters
-
$directoryId
: int
-
setExportPattern()
public
setExportPattern(string $exportPattern) : void
Parameters
-
$exportPattern
: string
-
setName()
public
setName(string $name) : void
Parameters
-
$name
: string
-
setPriority()
public
setPriority(string $priority) : void
Parameters
-
$priority
: string
-
setTitle()
public
setTitle(string $title) : void
Parameters
-
$title
: string
-