/**
  * Constructs the internal representation of the DocuSign Status service.
  *
  * @param DocuSign_Client $client
  */
 public function __construct(DocuSign_Client $client)
 {
     parent::__construct($client);
     $this->status = new DocuSign_StatusResource($this);
 }
 /**
  * Constructs the internal representation of the DocuSign Login service.
  *
  * @param DocuSign_Client $client
  */
 public function __construct(DocuSign_Client $client)
 {
     parent::__construct($client);
     $this->login = new DocuSign_LoginResource($this);
 }
 /**
  * Constructs the internal representation of the DocuSign View service.
  *
  * @param DocuSign_Client $client
  */
 public function __construct(DocuSign_Client $client)
 {
     parent::__construct($client);
     $this->views = new DocuSign_ViewsResource($this);
 }
 /**
  * Constructs the internal representation of the DocuSign Envelope service.
  *
  * @param DocuSign_Client $client
  */
 public function __construct(DocuSign_Client $client)
 {
     parent::__construct($client);
     $this->envelope = new DocuSign_EnvelopeResource($this);
 }
 /**
  * Constructs the internal representation of the DocuSign User service.
  *
  * @param DocuSign_Client $client
  */
 public function __construct(DocuSign_Client $client)
 {
     parent::__construct($client);
     $this->user = new DocuSign_UserResource($this);
 }
 public function __construct(DocuSign_Service $service)
 {
     $this->service = $service;
     $this->client = $service->getClient();
     $this->curl = $service->getCUrl();
 }
 /**
  * Constructs the internal representation of the DocuSign Account service.
  *
  * @param DocuSign_Client $client
  */
 public function __construct(DocuSign_Client $client)
 {
     parent::__construct($client);
     $this->account = new DocuSign_AccountResource($this);
 }
 /**
  * Constructs the internal representation of the DocuSign Request Signature service.
  *
  * @param DocuSign_Client $client
  */
 public function __construct(DocuSign_Client $client)
 {
     parent::__construct($client);
     $this->signature = new DocuSign_RequestSignatureResource($this);
 }