PHP Class Kraken\Ipc\Zmq\ZmqContext

Datei anzeigen Open project: kraken-php/framework Class Usage Examples

Public Methods

Method Description
__call ( string $method, mixed[] $args ) : ZmqSocket | mixed
__construct ( Kraken\Loop\LoopInterface $loop, ZMQContext $context = null )

Private Methods

Method Description
isReadableSocketType ( $type ) : boolean
wrapSocket ( ZMQSocket $socket ) : ZmqSocket

Method Details

__call() public method

public __call ( string $method, mixed[] $args ) : ZmqSocket | mixed
$method string
$args mixed[]
return ZmqSocket | mixed

__construct() public method

public __construct ( Kraken\Loop\LoopInterface $loop, ZMQContext $context = null )
$loop Kraken\Loop\LoopInterface
$context ZMQContext