Method | Description | |
---|---|---|
FuddleImage ( ) : System | ||
addComment ( string comment, int image_id ) : int | ||
deleteComment ( int id ) : bool | ||
deleteImage ( int image_id ) : void | ||
getComments ( int image_id ) : List |
||
getDescription ( int image_id ) : string | ||
getTitle ( int image_id ) : string | ||
getTopImages ( ) : List |
||
getUser ( int image_id ) : string | ||
getWidth ( int id ) : int | ||
updateDescription ( string newDesc, int image_id ) : void | ||
updateTitle ( string newTitle, int image_id ) : void |
public static addComment ( string comment, int image_id ) : int | ||
comment | string | |
image_id | int | |
return | int |
public static deleteComment ( int id ) : bool | ||
id | int | |
return | bool |
public static deleteImage ( int image_id ) : void | ||
image_id | int | |
return | void |
public static getComments ( int image_id ) : List |
||
image_id | int | |
return | List |
public static getDescription ( int image_id ) : string | ||
image_id | int | |
return | string |
public static getTitle ( int image_id ) : string | ||
image_id | int | |
return | string |
public static getUser ( int image_id ) : string | ||
image_id | int | |
return | string |
public static updateDescription ( string newDesc, int image_id ) : void | ||
newDesc | string | |
image_id | int | |
return | void |
public static updateTitle ( string newTitle, int image_id ) : void | ||
newTitle | string | |
image_id | int | |
return | void |