PHP Class Laratrust\LaratrustRole

Inheritance: extends Illuminate\Database\Eloquent\Model, implements Laratrust\Contracts\LaratrustRoleInterface, use trait Laratrust\Traits\LaratrustRoleTrait
Show file Open project: santigarcor/laratrust

Protected Properties

Property Type Description
$table string The database table used by the model.

Public Methods

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

Method Details

__construct() public method

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

Property Details

$table protected property

The database table used by the model.
protected string $table
return string