twitter
extends staticModel
in package
tmhOAuth wrapper Objekt für Twitter
Tags
Table of Contents
- $cache : cache
- Cache object
- $cacheModule : string
- Cache Modul
- $cacheName : string
- Cache name
- $config : config
- Config object
- $data : array<string|int, mixed>
- Data array
- $events : events
- Event list
- $language : language
- Sprachobjekt
- $notifications : notifications
- Notifications
- $oAuth : TwitterOAuth
- tmhOAuth-Objekt
- $permissions : permissions
- Permissions
- $requ : bool|null
- Requirements status
- $session : session
- Session objekt
- $username : string
- bei Twitter angezeigter Benutzername
- __construct() : void
- Konstruktor
- canLoadTimeline() : bool
- Load twitter timeline
- checkConnection() : bool
- Prüft ob Verbindung zu Twitter besteht
- checkRequirements() : bool
- Check, if connection requriements fit
- fetchTimeline() : string
- Fetch timeline data
- getCacheName() : string
- Cache-Name zurückgeben
- getUsername() : string
- Gibt Twitter-Benutzername zurück
- updateStatus() : bool
- Sendet Request an Twitter, um Status zu aktualisieren
- log() : bool
- Loggt Twitter-response-Daten
Properties
$cache
Cache object
protected
cache
$cache
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
Tags
$cacheName
Cache name
protected
string
$cacheName
= false
$config
Config object
protected
config
$config
$data
Data array
protected
array<string|int, mixed>
$data
$events
Event list
protected
events
$events
$language
Sprachobjekt
protected
language
$language
$notifications
Notifications
protected
notifications
$notifications
Tags
$oAuth
tmhOAuth-Objekt
protected
TwitterOAuth
$oAuth
$permissions
Permissions
protected
permissions
$permissions
Tags
$requ
Requirements status
protected
bool|null
$requ
= null
Tags
$session
Session objekt
protected
session
$session
$username
bei Twitter angezeigter Benutzername
protected
string
$username
= ''
Methods
__construct()
Konstruktor
public
__construct() : void
Return values
void —canLoadTimeline()
Load twitter timeline
public
canLoadTimeline() : bool
Tags
Return values
bool —checkConnection()
Prüft ob Verbindung zu Twitter besteht
public
checkConnection() : bool
Return values
bool —checkRequirements()
Check, if connection requriements fit
public
checkRequirements([bool $force = false ]) : bool
Parameters
- $force : bool = false
-
force check
Tags
Return values
bool —fetchTimeline()
Fetch timeline data
public
fetchTimeline() : string
Tags
Return values
string —getCacheName()
Cache-Name zurückgeben
public
getCacheName([string $addName = '' ]) : string
Parameters
- $addName : string = ''
Return values
string —getUsername()
Gibt Twitter-Benutzername zurück
public
getUsername() : string
Return values
string —updateStatus()
Sendet Request an Twitter, um Status zu aktualisieren
public
updateStatus(string $text) : bool
Parameters
- $text : string
Return values
bool —log()
Loggt Twitter-response-Daten
private
log(mixed $responseData) : bool
Parameters
- $responseData : mixed