Exemplo n.º 1
0
 public function __construct(array $options = array())
 {
     $this->_requestToken = new Token\Request();
     $this->_accessToken = new Token\Access();
     parent::__construct($options);
 }