<?php interface IAlbumRepository { public function GetAlbums($includeHidden=false, $includeEmpty=false); }