Class TweetRepository
TweetRepository.
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
- Doctrine\ORM\EntityRepository
- AlexisLefebvre\Bundle\AsyncTweetsBundle\Entity\TweetRepository
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
integer
|
#
removeTweet(
Remove the tweet and return 1 is the deleted tweet is not a retweet. |
public
integer
|
#
deleteAndHideTweetsLessThanId( integer $tweetId )
Delete tweets and return the number of deleted tweets (excluding retweeted-only tweets). |