Phraseanet PHP SDK API
Class

PhraseanetSDK\Entity\BasketValidationParticipant

class BasketValidationParticipant extends AbstractEntity

Methods

__construct(EntityManager $em)

from AbstractEntity
integer getUsrId()

Get the user id

setUsrId($usrId)

string getUsrName()

Get the user name

setUsrName($usrName)

Boolean isConfirmed()

Tell whether the participant is confirmed

setConfirmed($confirmed)

Boolean canAgree()

Tell whether the particpant can agree

setCanAgree($canAgree)

Boolean canSeeOthers()

Tell whether the participant can see the other particpants

setCanSeeOthers($canSeeOthers)

Details

in AbstractEntity at line 21
final public __construct(EntityManager $em)

Parameters

EntityManager $em

at line 27
public integer getUsrId()

Get the user id

Return Value

integer

at line 32
public setUsrId($usrId)

Parameters

$usrId

at line 42
public string getUsrName()

Get the user name

Return Value

string

at line 47
public setUsrName($usrName)

Parameters

$usrName

at line 57
public Boolean isConfirmed()

Tell whether the participant is confirmed

Return Value

Boolean

at line 62
public setConfirmed($confirmed)

Parameters

$confirmed

at line 72
public Boolean canAgree()

Tell whether the particpant can agree

Return Value

Boolean

at line 77
public setCanAgree($canAgree)

Parameters

$canAgree

at line 87
public Boolean canSeeOthers()

Tell whether the participant can see the other particpants

Return Value

Boolean

at line 92
public setCanSeeOthers($canSeeOthers)

Parameters

$canSeeOthers