PHP Class Mpociot\Teamwork\TeamworkTeam

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

Protected Properties

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

Méthodes publiques

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

Method Details

__construct() public méthode

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

Property Details

$fillable protected_oe property

protected array $fillable
Résultat array

$table protected_oe property

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