◆ addPhotoWallPost()
addPhotoWallPost |
( |
|
$ownerguid, |
|
|
|
$itemguid, |
|
|
|
$type = 'profile:photo' |
|
) |
| |
Add a wall post for new profile/cover picture
- Parameters
-
int | $ownerguid | = Guid of owner |
int | $itemguid | photo guid |
string | $type | profile photo/cover |
- Returns
- bool;
◆ coverParameters()
Get cover parameters
@params $guid: User guid
- Returns
- array;
◆ deletePhotoWallPost()
deletePhotoWallPost |
( |
|
$fileguid | ) |
|
Delete profile photo/cover wall post
- Parameters
-
int | $fileguid | Profile/Cover file id |
- Returns
- bool
◆ getCoverURL()
getCoverURL |
( |
|
$user = '' | ) |
|
Get cover URL
- Parameters
-
- Returns
- string|boolean
◆ repositionCOVER()
repositionCOVER |
( |
|
$guid, |
|
|
|
$top, |
|
|
|
$left |
|
) |
| |
Reposition cover
@params $guid: User guid $top : Position from top $left: Position from left
- Returns
- bool;
◆ ResetCoverPostition()
ResetCoverPostition |
( |
|
$guid | ) |
|
Reset cover back to it original position
@params $guid: User guid
- Returns
- bool;
The documentation for this class was generated from the following file:
- source/components/OssnProfile/classes/OssnProfile.php