Services_Scribd
[ class tree: Services_Scribd ] [ index: Services_Scribd ] [ all elements ]

Class: Services_Scribd_Account

Source Location: /Services_Scribd-0.2.0/Services/Scribd/Account.php

Class Overview


Basic value object that contains information for a Scribd account. Can be passed into Services_Scribd::__construct() and Services_Scribd_Common::__construct() to make requests.


Author(s):

Copyright:

  • 2009 Rich Schumacher <rich.schu@gmail.com>

Methods


Inherited Variables

Inherited Methods


Class Details

[line 35]
Basic value object that contains information for a Scribd account. Can be passed into Services_Scribd::__construct() and Services_Scribd_Common::__construct() to make requests.


[ Top ]


Method Detail

__construct (Constructor)   [line 74]

void __construct( string $apiKey, [string $apiSecret = null])

Sets up the API key and secret if passed in
  • Access: public

Parameters:

string   $apiKey   —  The API key
string   $apiSecret   —  The API secret

[ Top ]

__get   [line 87]

string|null __get( string $name)

Gets a property of the class
  • Access: public

Parameters:

string   $name   —  The property to retrieve

[ Top ]

__set   [line 102]

void __set( string $name, string $value)

Sets a property of the class
  • Access: public

Parameters:

string   $name   —  The property to set
string   $value   —  The value to use

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:53:39 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.