PHP Class App\Models\Access\Role\Role

Inheritance: extends Innovate\BaseModel, use trait App\Models\Access\Role\Traits\RoleAccess, use trait App\Models\Access\Role\Traits\Attribute\RoleAttribute, use trait App\Models\Access\Role\Traits\Relationship\RoleRelationship
Show file Open project: rappasoft/laravel-5-boilerplate Class Usage Examples

Protected Properties

Property Type Description
$fillable array The attributes that are mass assignable.
$table string The database table used by the model.

Public Methods

Method Description
__construct ( array $attributes = [] )

Method Details

__construct() public method

public __construct ( array $attributes = [] )
$attributes array

Property Details

$fillable protected property

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

$table protected property

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