메소드 | 설명 | |
---|---|---|
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 | |
리턴 | int |
public static getDescription ( int image_id ) : string | ||
image_id | int | |
리턴 | string |
public static updateDescription ( string newDesc, int image_id ) : void | ||
newDesc | string | |
image_id | int | |
리턴 | void |
public static updateTitle ( string newTitle, int image_id ) : void | ||
newTitle | string | |
image_id | int | |
리턴 | void |