class className extends abstractClass
{
protected function _methodName()
{
include_once (IA_INCLUDES . 'utils' . IA_DS . 'twitteroauth-master/autoload.php');
use Abraham\TwitterOAuth\TwitterOAuth;
$connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, OAUTH_TOKEN, OAUTH_SECRET);
}
}