RepositoriesRegistry
in package

Tags
since
1.0

Table of Contents

$repositories  : array<string|int, AbstractRepository>
booking()  : BookingRepository
coupon()  : CouponRepository
employee()  : EmployeeRepository
getByPostType()  : AbstractRepository|null
location()  : LocationRepository
notification()  : NotificationRepository
payment()  : PaymentRepository
reservation()  : ReservationRepository
schedule()  : ScheduleRepository
service()  : ServiceRepository

Properties

$repositories

protected array<string|int, AbstractRepository> $repositories = []
Tags
since
1.0

Methods

getByPostType()

public getByPostType(string $postType) : AbstractRepository|null
Parameters
$postType : string
Tags
since
1.0
Return values
AbstractRepository|null

Search results