PHP Class Tylercd100\LERN\Models\ExceptionModel

Inheritance: extends Illuminate\Database\Eloquent\Model
Datei anzeigen Open project: tylercd100/lern Class Usage Examples

Protected Properties

Property Type Description
$casts
$guarded
$table

Public Methods

Method Description
__construct ( array $attributes = [] )

Method Details

__construct() public method

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

Property Details

$casts protected_oe property

protected $casts

$guarded protected_oe property

protected $guarded

$table protected_oe property

protected $table