PHP Class Horde_Core_Ajax_Response_Raw, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Ajax_Response
Datei anzeigen Open project: horde/horde

Public Properties

Property Type Description
$charset string Charset of the data (if of type text/*).
$type string Content-type of the data.

Public Methods

Method Description
__construct ( $data = null, string $type = 'text/plain', string $charset = 'UTF-8' )
send ( )

Method Details

__construct() public method

public __construct ( $data = null, string $type = 'text/plain', string $charset = 'UTF-8' )
$type string Content-type of the data.
$charset string Charset of the data (if of type text/*).

send() public method

public send ( )

Property Details

$charset public_oe property

Charset of the data (if of type text/*).
public string $charset
return string

$type public_oe property

Content-type of the data.
public string $type
return string