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

Class: Services_Apns_Client_Feedback

Source Location: /Services_Apns-0.1.0/Services/Apns/Client/Feedback.php

Class Overview

Services_Apns_Client
   |
   --Services_Apns_Client_Feedback

Client class used to query Apple Push Notifications Service feedback gateway.


Author(s):

Version:

  • Release: 0.1.0

Copyright:

  • 2013 Yahav Gindi Bar

Methods


Inherited Variables

Inherited Methods

Class: Services_Apns_Client

Services_Apns_Client::close()
Close the connection to the APNS gateway
Services_Apns_Client::connect()
Open the connection to Apple Push Notifications service
Services_Apns_Client::getApnsProductionUri()
Get the APNS sandbox uri to query
Services_Apns_Client::getApnsSandboxUri()
Get the APNS sandbox uri to query
Services_Apns_Client::getDefaultEnvironment()
Gets the default environment
Services_Apns_Client::getPasswordPhrase()
Gets the password phrase
Services_Apns_Client::getSslCertificateFilePath()
Get the file path to the authorized SSL certificate provided by Apple
Services_Apns_Client::initConnection()
Initialize the connection to the APNS gateway
Services_Apns_Client::isConnected()
Gets the value that indicates if the stream currently connected to the APNS gateway.
Services_Apns_Client::read()
Read bytes from the APNS gateway stream
Services_Apns_Client::setDefaultEnvironment()
Set the default environment
Services_Apns_Client::setPasswordPhrase()
Set the password phrase
Services_Apns_Client::setSslCertificateFilePath()
Set the file path to the authorized SSL certificate provided by Apple
Services_Apns_Client::write()
Writes the given data to the socket stream
Services_Apns_Client::__destruct()
Class destructor: used to dispose the connection, in case it was opened

Class Details

[line 73]
Client class used to query Apple Push Notifications Service feedback gateway.


[ Top ]


Method Detail

getApnsProductionUri   [line 82]

string getApnsProductionUri( )

(non-PHPdoc)
  • Access: protected

Overrides Services_Apns_Client::getApnsProductionUri() (Get the APNS sandbox uri to query)
[ Top ]

getApnsSandboxUri   [line 96]

string getApnsSandboxUri( )

(non-PHPdoc)
  • Access: protected

Overrides Services_Apns_Client::getApnsSandboxUri() (Get the APNS sandbox uri to query)
[ Top ]

getFeedback   [line 110]

array getFeedback( )

Gets the feedback query data
  • Access: public

[ Top ]


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