PHP Class Gitamin\Commands\Issue\AddIssueCommand

Show file Open project: gitaminhq/gitamin

Public Properties

Property Type Description
$authorId
$description
$projectId
$rules string[] The validation rules.
$title

Public Methods

Method Description
__construct ( integer $authorId, integer $projectId, string $title, string $description ) Create a new add issue command instance.

Method Details

__construct() public method

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

Property Details

$authorId public property

public $authorId

$description public property

public $description

$projectId public property

public $projectId

$rules public property

The validation rules.
public string[] $rules
return string[]

$title public property

public $title