PHP Класс App\Http\Controllers\TwitterController

Наследование: extends Controller
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$searchItem string Item to be searched for, combing through twitter's massive data

Открытые методы

Метод Описание
__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

Приватные методы

Метод Описание
getLatestTweets ( ) : Collection Get the latest tweets on a user timeline
searchForTweets ( string $item ) : Collection Search for tweets based on a search query

Описание методов

__construct() публичный Метод

Initialize the Controller with necessary arguments
public __construct ( )

getPage() публичный Метод

Return all tweets to the Twitter API dashboard
public getPage ( ) : mixed
Результат mixed

sendTweet() публичный Метод

Post a tweet to the timeline
public sendTweet ( Illuminate\Http\Request $request ) : string
$request Illuminate\Http\Request
Результат string

Описание свойств

$searchItem защищенное свойство

Item to be searched for, combing through twitter's massive data
protected string $searchItem
Результат string