PHP Class Components\ReportBuilder\Models\BuiltReport

Inheritance: extends Eloquen\Eloquent, implements Robbo\Presenter\PresentableInterface
Datei anzeigen Open project: doptor/doptor Class Usage Examples

Protected Properties

Property Type Description
$fillable
$guarded
$table

Public Methods

Method Description
create ( array $attributes = [] )
getModulesAttribute ( )
getPresenter ( ) Initiate the presenter class
getShowCalendarsAttribute ( )
setRequiredFieldsAttribute ( $fields )
setShowCalendarsAttribute ( $show_calendars )
update ( array $attributes = [], array $options = [] )

Method Details

create() public static method

public static create ( array $attributes = [] )
$attributes array

getModulesAttribute() public method

public getModulesAttribute ( )

getPresenter() public method

Initiate the presenter class
public getPresenter ( )

getShowCalendarsAttribute() public method

setRequiredFieldsAttribute() public method

public setRequiredFieldsAttribute ( $fields )

setShowCalendarsAttribute() public method

public setShowCalendarsAttribute ( $show_calendars )

update() public method

public update ( array $attributes = [], array $options = [] )
$attributes array
$options array

Property Details

$fillable protected_oe property

protected $fillable

$guarded protected_oe property

protected $guarded

$table protected_oe property

protected $table