Class CApiSocialStorage
-
AApiManagerStorage
-
CApiSocialStorage
Methods summary
public
|
#
__construct( CApiGlobalManager $sStorageName, CApiGlobalManager & $oManager )
Parameters
- $sStorageName
- $oManager
- $oManager
|
public
array
|
#
getSocials( integer $iIdAccount )
|
public
string
|
#
getSocial( integer $iIdAccount, integer $iType )
Parameters
Returns
string
|
public
CSocial
|
#
getSocialById( string $sIdSocial, integer $iType )
|
public
boolean
|
#
createSocial( CSocial & $oSocial )
Parameters
Returns
boolean
|
public
boolean
|
#
updateSocial( CSocial & $oSocial )
Parameters
Returns
boolean
|
public
boolean
|
#
deleteSocial( integer $iIdAccount, integer $iType )
Parameters
Returns
boolean
|
public
|
#
deleteSocialByAccountId( $iIdAccount )
|
public
boolean
|
#
deleteSocialsByEmail( string $sEmail )
Parameters
Returns
boolean
|
public
boolean
|
#
isSocialExists( CSocial $oSocial )
Parameters
Returns
boolean
|