This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
rob
/
Robware
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
0ce3662b0b
Rami (Branch)
Tag
master
Robware
/
Database
/
IImageRepository.php
IImageRepository.php
89 B
Cronologia
Originale
1
2
3
4
<?php
interface IImageRepository {
public static function GetImagesByAlbum($albumId);
}