class User extends Model (View source)

Properties

string $about
protected $blogsType
protected $blogsDataType
string $created
string $displayName
string $id
string $kind
protected $localeType
protected $localeDataType
$selfLink
string $url

Methods

setAbout($about)

No description

string
getAbout()

No description

setBlogs(UserBlogs $blogs)

No description

getBlogs()

No description

setCreated($created)

No description

string
getCreated()

No description

setDisplayName($displayName)

No description

string
getDisplayName()

No description

setId($id)

No description

string
getId()

No description

setKind($kind)

No description

string
getKind()

No description

setLocale(UserLocale $locale)

No description

getLocale()

No description

setSelfLink($selfLink)

No description

string
getSelfLink()

No description

setUrl($url)

No description

string
getUrl()

No description

Details

setAbout($about)

No description

Parameters

$about

string getAbout()

No description

Return Value

string

setBlogs(UserBlogs $blogs)

No description

Parameters

UserBlogs $blogs

UserBlogs getBlogs()

No description

Return Value

UserBlogs

setCreated($created)

No description

Parameters

$created

string getCreated()

No description

Return Value

string

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setLocale(UserLocale $locale)

No description

Parameters

UserLocale $locale

UserLocale getLocale()

No description

Return Value

UserLocale

No description

Parameters

$selfLink

No description

Return Value

string

setUrl($url)

No description

Parameters

$url

string getUrl()

No description

Return Value

string