Overview

Namespaces

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

Classes

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

Class Media

Media.

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

Set id.

Set id.

Parameters

$id

Returns

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

Get id.

Get id.

Returns

integer
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Media
# setMediaUrlHttps( string $mediaUrlHttps )

Set media_url_https.

Set media_url_https.

Parameters

$mediaUrlHttps

Returns

AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Media
public string
# getMediaUrlHttps( )

Get media_url_https.

Get media_url_https.

Returns

string
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Media
# setUrl( string $url )

Set url.

Set url.

Parameters

$url

Returns

AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Media
public string
# getUrl( )

Get url.

Get url.

Returns

string
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Media
# setDisplayUrl( string $displayUrl )

Set display_url.

Set display_url.

Parameters

$displayUrl

Returns

AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Media
public string
# getDisplayUrl( )

Get display_url.

Get display_url.

Returns

string
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Media
# setExpandedUrl( string $expandedUrl )

Set expanded_url.

Set expanded_url.

Parameters

$expandedUrl

Returns

AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Media
public string
# getExpandedUrl( )

Get expanded_url.

Get expanded_url.

Returns

string
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Media
# addTweet( AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Tweet $tweet )

Add a tweet.

Add a tweet.

Parameters

$tweet

Returns

AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Media
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Media
# removeTweet( AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Tweet $tweet )

Remove a tweet.

Remove a tweet.

Parameters

$tweet

Returns

AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Media
public Doctrine\Common\Collections\ArrayCollection
# getTweets( )

Get tweets.

Get tweets.

Returns

Doctrine\Common\Collections\ArrayCollection
public AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\Media
# setValues( stdClass $mediaTmp )

Call setter functions.

Call setter functions.

Parameters

$mediaTmp

Returns

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