Campustream 1.0
A social network MQP for WPI
Twitter_Controller Class Reference
Inheritance diagram for Twitter_Controller:
Controller

Public Member Functions

 new_action ()
 create ()
 destroy ()

Data Fields

 $enable_session = true

Detailed Description

Handles Campustream's connection with Twitter. This is where the Twitter information is saved when the account is connected for the first time.

Definition at line 8 of file twitter.php.


Member Function Documentation

create ( )

Finishes the process of connecting the Twitter and Campustream accounts. This saves the user's info into the usertwitter MySQL table.

Definition at line 44 of file twitter.php.

destroy ( )

Deletes a user's Twitter info from Campustream effectively deauthorizing the connection.

Definition at line 116 of file twitter.php.

new_action ( )

Begins the process of connecting a new Twitter account to a Campustream account.

Definition at line 15 of file twitter.php.


Field Documentation

$enable_session = true

Reimplemented from Controller.

Definition at line 9 of file twitter.php.


The documentation for this class was generated from the following file: