PHP Class App\Ninja\Repositories\BaseRepository

Afficher le fichier Open project: hillelcoren/invoice-ninja Class Usage Examples

Méthodes publiques

Méthode Description
archive ( $entity )
delete ( $entity )
findByPublicIds ( $ids ) : mixed
findByPublicIdsWithTrashed ( $ids ) : mixed
getClassName ( ) : null
restore ( $entity )

Private Methods

Méthode Description
getEventClass ( $entity, $type ) : string
getInstance ( ) : mixed

Method Details

archive() public méthode

public archive ( $entity )
$entity

delete() public méthode

public delete ( $entity )
$entity

findByPublicIds() public méthode

public findByPublicIds ( $ids ) : mixed
$ids
Résultat mixed

findByPublicIdsWithTrashed() public méthode

public findByPublicIdsWithTrashed ( $ids ) : mixed
$ids
Résultat mixed

getClassName() public méthode

public getClassName ( ) : null
Résultat null

restore() public méthode

public restore ( $entity )
$entity