PHP Class Laratrust\LaratrustGroup

Inheritance: extends Illuminate\Database\Eloquent\Model, implements Laratrust\Contracts\LaratrustGroupInterface, use trait Laratrust\Traits\LaratrustGroupTrait
Afficher le fichier Open project: santigarcor/laratrust

Protected Properties

Свойство Type Description
$table string The database table used by the model.

Méthodes publiques

Méthode Description
__construct ( array $attributes = [] ) : void Creates a new instance of the model.

Method Details

__construct() public méthode

Creates a new instance of the model.
public __construct ( array $attributes = [] ) : void
$attributes array
Résultat void

Property Details

$table protected_oe property

The database table used by the model.
protected string $table
Résultat string