[we_net] element index

Package indexes

All elements
a c d e g h i j k l p s v w _
_
top
__construct
__construct
__construct
__get
getter method
__get
we_net_Community::__get() in Community.php
__set
public setter method for all request parameters
__set
we_net_Community::__set() in Community.php
public setter method only for these class variables:
  • uid (email)
  • password (cleartext, will be encrypted for storage and validation later)
__toString
__construct
__get
getter metod for reading session parameters from the update server's session context
__set
setter method for setting a session parameter for the liveUpdate session
__toString
__construct
a
top
authenticate
checks entered account data (uid/email and password) by asking the update server using $this->isValid() and - if successful - writes them to the configuration file using $this->S_aveAccountToWE()
c
top
checkConnection
close
we_net_LiveUpdate::close() in LiveUpdate.php
destroy the update server session
Community.php
Community.php in Community.php
d
top
deauthenticate
removes the current subscription from the webEdition configuration file. In order to remove the "real" subscription on the registration server one needs to do that within the web application on the server itself.
disableProxy
disable usage of proxy for the forthcoming connections
destroy
destroy the current liveUpdate session by sending a http request
e
top
enableProxy
enable usage of proxy, but you neet to specify the connection parameters
Exception.php
Exception.php in Exception.php
Exception.php
Exception.php in Exception.php
g
top
get
we_net_Http::get() in Http.php
send a http request of method "GET"
getID
getError
getReply
h
top
head
send a http request of method "HEAD"
Http.php
Http.php in Http.php
i
top
isValid
sends a request to the update server to check if the account data is correct.
isRunning
checks if the update server session has already been started
j
top
JsonRpc.php
JsonRpc.php in JsonRpc.php
JsonRpcError.php
JsonRpcError.php in JsonRpcError.php
k
top
kAccessibilityDomain
kAccessibilityFail
kAccessibilityPublic
kAccessibilitySession
kDefaultAccessibility
kErrorClassNotFound
kErrorIllegalService
kErrorMethodNotFound
kErrorOriginApplication
kErrorOriginClient
kErrorOriginServer
kErrorOriginTransport
kErrorParameterMismatch
kErrorPermissionDenied
kErrorServiceNotFound
kErrorUnknown
l
top
LiveUpdate.php
LiveUpdate.php in LiveUpdate.php
p
top
post
send a http request of method "POST"
put
we_net_Http::put() in Http.php
send a http request of method "PUT"
s
top
sendRequest
sends a common http request to the update server
setProxy
specify proxy connection parameters to use for http connections: automatically enables usage of this proxy
setUri
specify the uri for the next request, can also be done via __set()
subscribe
sends entered user data to the server for creating a new webEdition community account.
Session.php
Session.php in Session.php
start
start a liveUpdate session on the update server by sending a http request
SetError
SetId
SetOrigin
v
top
validate
validates the session id by sending a http request to the server
w
top
we_net_Community
we_net_Community in Community.php
Was diese Klasse können muss:
  • Testen, ob ein community Account existiert
  • Einen Community Account anmelden
we_net_Exception
we_net_Exception in Exception.php
we_net_Http
we_net_Http in Http.php
class for local installation of webEdition applications (formerly known as "tools") the source files need to be present as a zip file at a specified location
we_net_LiveUpdate
we_net_LiveUpdate in LiveUpdate.php
class for liveUpdate actions
we_net_LiveUpdate_Exception
we_net_LiveUpdate_Session
webEdition SDK
we_net_rpc_JsonRpc
we_net_rpc_JsonRpc in JsonRpc.php
webEdition SDK
we_net_rpc_JsonRpcError
we_net_rpc_JsonRpcError in JsonRpcError.php
webEdition SDK
a c d e g h i j k l p s v w _