Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Gitamin
Commands
Issue
AddIssueCommand
PHP 클래스 Gitamin\Commands\Issue\AddIssueCommand
파일 보기
프로젝트 열기: gitaminhq/gitamin
공개 프로퍼티들
프로퍼티
타입
설명
$authorId
$description
$projectId
$rules
string[]
The validation rules.
$title
공개 메소드들
메소드
설명
__construct
(
integer
$authorId
,
integer
$projectId
,
string
$title
,
string
$description
)
Create a new add issue command instance.
메소드 상세
__construct()
공개
메소드
Create a new add issue command instance.
public
__construct
(
integer
$authorId
,
integer
$projectId
,
string
$title
,
string
$description
)
$authorId
integer
$projectId
integer
$title
string
$description
string
프로퍼티 상세
$authorId
공개적으로 프로퍼티
public
$authorId
$description
공개적으로 프로퍼티
public
$description
$projectId
공개적으로 프로퍼티
public
$projectId
$rules
공개적으로 프로퍼티
The validation rules.
public
string[]
$rules
리턴
string[]
$title
공개적으로 프로퍼티
public
$title