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
Afficher le fichier Open project: gitaminhq/gitamin Class Usage Examples

Méthodes publiques

Свойство Type Description
$rules string[] The validation rules.

Protected Properties

Свойство Type Description
$fillable array The attributes that are mass assignable.

Méthodes publiques

Méthode Description
author ( )
boot ( )
getPresenterClass ( ) : string Get the presenter class.

Méthodes protégées

Méthode Description
set_iid ( )

Method Details

author() public méthode

public author ( )

boot() public static méthode

public static boot ( )

getPresenterClass() public méthode

Get the presenter class.
public getPresenterClass ( ) : string
Résultat string

set_iid() protected méthode

protected set_iid ( )

Property Details

$fillable protected_oe property

The attributes that are mass assignable.
protected array $fillable
Résultat array

$rules public_oe property

The validation rules.
public string[] $rules
Résultat string[]