PHP Class Mpociot\Teamwork\TeamworkTeam

Inheritance: extends Illuminate\Database\Eloquent\Model, use trait Mpociot\Teamwork\Traits\TeamworkTeamTrait
Mostra file Open project: mpociot/teamwork Class Usage Examples

Protected Properties

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

Public Methods

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

Method Details

__construct() public method

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

Property Details

$fillable protected_oe property

protected array $fillable
return array

$table protected_oe property

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