PHP Class App\Repositories\Eloquent\EventRepositoryEloquent

Inheritance: extends Prettus\Repository\Eloquent\BaseRepository, implements App\Contracts\Repositories\EventRepository
Afficher le fichier Open project: qloog/laravel5-backend

Méthodes publiques

Méthode Description
boot ( ) Boot up the repository, pushing criteria
destroy ( $id ) : mixed
getFields ( )
getFormFields ( integer $id ) : array Execute the job.
model ( ) : string Specify Model class name

Méthodes protégées

Méthode Description
fieldsFromModel ( integer $id, array $fields ) : array Return the field values from the model

Method Details

boot() public méthode

Boot up the repository, pushing criteria
public boot ( )

destroy() public méthode

public destroy ( $id ) : mixed
$id
Résultat mixed

fieldsFromModel() protected méthode

Return the field values from the model
protected fieldsFromModel ( integer $id, array $fields ) : array
$id integer
$fields array
Résultat array

getFields() public méthode

public getFields ( )

getFormFields() public méthode

Execute the job.
public getFormFields ( integer $id ) : array
$id integer
Résultat array of fieldnames => values

model() public méthode

Specify Model class name
public model ( ) : string
Résultat string