PHP Class PHPDaemon\SockJS\Methods\Eventsource

Author: Vasily Zorin ([email protected])
Inheritance: extends Generic
Datei anzeigen Open project: kakserpom/phpdaemon

Protected Properties

Property Type Description
$contentType
$gcEnabled
$poll
$pollMode

Public Methods

Method Description
init ( ) : void Constructor
sendFrame ( string $frame ) : void Send frame

Method Details

init() public method

Constructor
public init ( ) : void
return void

sendFrame() public method

Send frame
public sendFrame ( string $frame ) : void
$frame string
return void

Property Details

$contentType protected_oe property

protected $contentType

$gcEnabled protected_oe property

protected $gcEnabled

$poll protected_oe property

protected $poll

$pollMode protected_oe property

protected $pollMode