PHP Class Gitamin\Models\Issue

Inheritance: extends Illuminate\Database\Eloquent\Model, implements McCool\LaravelAutoPresenter\HasPresenter, use trait Illuminate\Database\Eloquent\SoftDeletes, use trait AltThree\Validator\ValidatingTrait
Datei anzeigen Open project: gitaminhq/gitamin Class Usage Examples

Public Properties

Property Type Description
$rules string[] The validation rules.

Protected Properties

Property Type Description
$fillable array The attributes that are mass assignable.

Public Methods

Method Description
author ( )
boot ( )
getPresenterClass ( ) : string Get the presenter class.

Protected Methods

Method Description
set_iid ( )

Method Details

author() public method

public author ( )

boot() public static method

public static boot ( )

getPresenterClass() public method

Get the presenter class.
public getPresenterClass ( ) : string
return string

set_iid() protected method

protected set_iid ( )

Property Details

$fillable protected_oe property

The attributes that are mass assignable.
protected array $fillable
return array

$rules public_oe property

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