<?php namespace App\Service\Constraint; interface TimeConstraintInterface { public function invoke(int $accessId): array; }