App\Ninja\Repositories\BaseRepository::getEventClass PHP Méthode

getEventClass() private méthode

private getEventClass ( $entity, $type ) : string
$entity
$type
Résultat string
    private function getEventClass($entity, $type)
    {
        return 'App\\Events\\' . ucfirst($entity->getEntityType()) . 'Was' . $type;
    }