ElephantIO\Engine\AbstractSocketIO::emit PHP Method

emit() public method

{@inheritDoc}
public emit ( $event, array $args )
$args array
    public function emit($event, array $args)
    {
        throw new UnsupportedActionException($this, 'emit');
    }