Overview

Namespaces

  • AlexisLefebvre
    • Bundle
      • AsyncTweetsBundle
        • Command
        • Controller
        • Entity
        • Utils

Classes

  • Media
  • Tweet
  • TweetRepository
  • User
  • Overview
  • Namespace
  • Class
  • Tree

Class User

User.

Namespace: AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity
Located at User.php
Methods summary
public
# __construct( $id = null )
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
# setId( integer $id )

Set id.

Set id.

Parameters

$id

Returns

AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
public integer
# getId( )

Get id.

Get id.

Returns

integer
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
# setName( string $name )

Set name.

Set name.

Parameters

$name

Returns

AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
public string
# getName( )

Get name.

Get name.

Returns

string
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
# setScreenName( string $screenName )

Set screen_name.

Set screen_name.

Parameters

$screenName

Returns

AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
public string
# getScreenName( )

Get screen_name.

Get screen_name.

Returns

string
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
# setProfileImageUrl( string $profileImageUrl )

Set profile_image_url.

Set profile_image_url.

Parameters

$profileImageUrl

Returns

AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
public string
# getProfileImageUrl( )

Get profile_image_url.

Get profile_image_url.

Returns

string
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
# setProfileImageUrlHttps( string $profileImageUrlHttps )

Set profile_image_url_https.

Set profile_image_url_https.

Parameters

$profileImageUrlHttps

Returns

AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
public string
# getProfileImageUrlHttps( )

Get profile_image_url_https.

Get profile_image_url_https.

Returns

string
public string
# getProfileImageUrlHttpOrHttps( )

Get profile image, with HTTPS if available.

Get profile image, with HTTPS if available.

Returns

string
public Doctrine\Common\Collections\ArrayCollection
# getTweets( )

Get tweets.

Get tweets.

Returns

Doctrine\Common\Collections\ArrayCollection
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
# addTweet( AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Tweet $tweet )

Add a tweet.

Add a tweet.

Parameters

$tweet

Returns

AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
# setValues( stdClass $userTmp )

Call setter functions.

Call setter functions.

Parameters

$userTmp

Returns

AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\User
AsyncTweetsBundle API documentation generated by ApiGen