This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
rob
/
Robware
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
0ce3662b0b
Gałęzie
Tagi
master
Robware
/
Database
/
IImageRepository.php
IImageRepository.php
89 B
Historia
Czysty
1
2
3
4
<?php
interface IImageRepository {
public static function GetImagesByAlbum($albumId);
}