<?php interface IImageRepository { public static function GetImagesByAlbum($albumId); public static function DeleteImages($imageIds); }