CPhotoTagging
class CPhotoTagging
Located at : UKNOWVA_ROOT/components/com_community/libraries/phototagging.php
Properties
$friendList | |||
$_error |
Methods
_appendZero($val)
private method. Used to append zero into a string.
getError()
No description
isTagExists($photoId, $userId)
No description
addTag($tagObj)
No description
removeTag($photoId, $userId)
Method use to create a remove a tagged user from photo
removeTagByPhoto($photoId)
No description
getTaggedList($photoId)
Method use to get all the tagged users from a photo
getFriendList($photoId)
Method use to get all friend list belong to current logged in user which excluded those already tagged in the current viewing photo
Details
at line 24
_appendZero($val)
private method. Used to append zero into a string.
at line 43
getError()
at line 53
isTagExists($photoId, $userId)
at line 79
addTag($tagObj)
at line 116
removeTag($photoId, $userId)
Method use to create a remove a tagged user from photo
at line 135
removeTagByPhoto($photoId)
at line 160
getTaggedList($photoId)
Method use to get all the tagged users from a photo
at line 192
getFriendList($photoId)
Method use to get all friend list belong to current logged in user which excluded those already tagged in the current viewing photo