class PostPerUserInfo extends Model (View source)

Properties

string $blogId
bool $hasEditAccess
string $kind
string $postId
string $userId

Methods

setBlogId($blogId)

No description

string
getBlogId()

No description

setHasEditAccess($hasEditAccess)

No description

bool
getHasEditAccess()

No description

setKind($kind)

No description

string
getKind()

No description

setPostId($postId)

No description

string
getPostId()

No description

setUserId($userId)

No description

string
getUserId()

No description

Details

setBlogId($blogId)

No description

Parameters

$blogId

string getBlogId()

No description

Return Value

string

setHasEditAccess($hasEditAccess)

No description

Parameters

$hasEditAccess

bool getHasEditAccess()

No description

Return Value

bool

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setPostId($postId)

No description

Parameters

$postId

string getPostId()

No description

Return Value

string

setUserId($userId)

No description

Parameters

$userId

string getUserId()

No description

Return Value

string