Documentation

One
in package
uses GraphQL

Table of Contents

Properties

$http  : Client|null
$id  : int

Methods

__construct()  : mixed
addLabel()  : mixed
comment()  : mixed
comments()  : mixed
get()  : mixed
getGQL()  : GQL
removeComment()  : mixed
removeLabel()  : mixed
request()  : object
updateComment()  : mixed
updateFields()  : mixed
getCache()  : mixed
setCache()  : mixed

Properties

$http

private Client|null $http = null

Methods

__construct()

public __construct(int $id) : mixed
Parameters
$id : int

addLabel()

public addLabel(Label $label, array<string|int, mixed> $actualLabels) : mixed
Parameters
$label : Label
$actualLabels : array<string|int, mixed>

comments()

public comments() : mixed

get()

public get([Card|null $reloadEntity = null ]) : mixed
Parameters
$reloadEntity : Card|null = null

getGQL()

public getGQL(mixed $name) : GQL
Parameters
$name : mixed
Return values
GQL

removeComment()

public removeComment(Comment $comment) : mixed
Parameters
$comment : Comment

removeLabel()

public removeLabel(Label $label) : mixed
Parameters
$label : Label

request()

public request(GQL $gql) : object
Parameters
$gql : GQL
Return values
object

updateComment()

public updateComment(Comment $comment) : mixed
Parameters
$comment : Comment

updateFields()

public updateFields(Card $card) : mixed
Parameters
$card : Card

getCache()

private getCache(string $cacheId) : mixed
Parameters
$cacheId : string

setCache()

private setCache(mixed $cacheId, mixed $response) : mixed
Parameters
$cacheId : mixed
$response : mixed

        
On this page

Search results