Methods summary
public
|
#
assign( array|integer $photo_ids, array|integer $tag_ids = array() )
Assign tags to photos. Tags just assign to photos (without removing if exist
for concrete photo)
Parameters
- $photo_ids
array|integer $photo_ids
- $tag_ids
array|integer $tag_ids
Throws
|
public
|
#
delete( mixed $photo_ids, mixed $tag_ids )
|
public
|
#
set( integer $photo_id, array $tags = array() )
Set tags to this photo. If tag doesn't exist it will be created. If photo
hasn't tag anymore it will be removed for this photo. Take into account stack of
photos
Set tags to this photo. If tag doesn't exist it will be created. If photo
hasn't tag anymore it will be removed for this photo. Take into account stack of
photos
Parameters
- $photo_id
integer $photo_id
- $tags
array $tags NAMES of tags
Throws
|
private
|
#
_set( mixed $photo_id, mixed $tag_ids = array() )
|
public
|
|
public
|
|