PHPLights/Documentation/liblights/LsResponseWeb

From Linuxnetworks
< PHPLights‎ | Documentation‎ | liblights
Revision as of 11:00, 23 September 2007 by Nose (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Synopsis

class LsResponseWeb
  extends LsResponse
  implements LsSingletonIface
{
  protected static $instance = NULL;

  public static function getInstance( array $param = array() )

  protected function __construct( array &$param )
  protected function sendCookies()
  protected function sendHeaders()
}

Description

Public functions

getInstance()

public static function getInstance( array $param = array() )

Protected functions

__construct()

protected function __construct( array &$param )

sendCookies()

protected function sendCookies()

sendHeaders()

protected function sendHeaders()



Back to Overview