Home
last modified time | relevance | path

Searched refs:findByBugId (Results 1 – 3 of 3) sorted by relevance

/web-bugs/src/Repository/
H A DCommentRepository.php27 public function findByBugId(int $id): array function in App\\Repository\\CommentRepository
/web-bugs/www/rss/
H A Dbug.php33 $comments = $commentRepository->findByBugId($bug_id);
/web-bugs/www/
H A Dbug.php1123 $bug_comments = is_int($bug_id) ? $commentRepository->findByBugId($bug_id) : [];

Completed in 12 milliseconds