Property | Type | Description | |
---|---|---|---|
$searchItem | string | Item to be searched for, combing through twitter's massive data |
Method | Description | |
---|---|---|
__construct ( ) | Initialize the Controller with necessary arguments | |
getPage ( ) : mixed | Return all tweets to the Twitter API dashboard | |
sendTweet ( Illuminate\Http\Request $request ) : string | Post a tweet to the timeline |
Method | Description | |
---|---|---|
getLatestTweets ( ) : Collection | Get the latest tweets on a user timeline | |
searchForTweets ( string $item ) : Collection | Search for tweets based on a search query |
public __construct ( ) |
protected string $searchItem | ||
return | string |