PHP Class PHPDaemon\SockJS\Methods\Eventsource

Author: Vasily Zorin ([email protected])
Inheritance: extends Generic
Show file 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 property

protected $contentType

$gcEnabled protected property

protected $gcEnabled

$poll protected property

protected $poll

$pollMode protected property

protected $pollMode