Documentation

Directory extends BaseModel
in package

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

Properties

$exportPattern

protected string $exportPattern

Methods

__construct()

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []

getBranchId()

public getBranchId() : int
Return values
int

getCreatedAt()

public getCreatedAt() : string
Return values
string

getDirectoryId()

public getDirectoryId() : int
Return values
int

getExportPattern()

public getExportPattern() : string
Return values
string

getId()

public getId() : int
Return values
int

getName()

public getName() : string
Return values
string

getPriority()

public getPriority() : string
Return values
string

getProjectId()

public getProjectId() : int
Return values
int

getTitle()

public getTitle() : string
Return values
string

getUpdatedAt()

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

        
On this page

Search results