Overview

Namespaces

  • Evenement
  • None
  • PHP
  • Psr
    • Http
      • Message
  • Ratchet
    • Http
    • RFC6455
      • Handshake
      • Messaging
    • Server
    • Session
      • Serialize
      • Storage
        • Proxy
    • Wamp
    • WebSocket
  • React
    • EventLoop
      • Tick
      • Timer
    • Socket
    • Stream
  • Symfony
    • Component
      • HttpFoundation
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
      • Routing
        • Annotation
        • Exception
        • Generator
          • Dumper
        • Loader
          • DependencyInjection
        • Matcher
          • Dumper
        • Tests
          • Annotation
          • Fixtures
            • AnnotatedClasses
            • OtherAnnotatedClasses
          • Generator
            • Dumper
          • Loader
          • Matcher
            • Dumper

Classes

  • AbstractConnectionDecorator
  • App

Interfaces

  • ComponentInterface
  • ConnectionInterface
  • MessageComponentInterface
  • MessageInterface

Constants

  • VERSION
  • Overview
  • Namespace
  • Class
  • Tree

Class AbstractConnectionDecorator

Wraps ConnectionInterface objects via the decorator pattern but allows parameters to bubble through with magic methods

Ratchet\AbstractConnectionDecorator implements Ratchet\ConnectionInterface

Direct known subclasses

Ratchet\Wamp\WampConnection, Ratchet\WebSocket\WsConnection
Abstract
Namespace: Ratchet
Located at Ratchet/AbstractConnectionDecorator.php
Methods summary
public
# __construct( Ratchet\ConnectionInterface $conn )
protected Ratchet\ConnectionInterface
# getConnection( )

Returns

Ratchet\ConnectionInterface
public
# __set( mixed $name, mixed $value )
public
# __get( mixed $name )
public
# __isset( mixed $name )
public
# __unset( mixed $name )
Methods inherited from Ratchet\ConnectionInterface
close(), send()
Properties summary
protected Ratchet\ConnectionInterface $wrappedConn
#
Ratchet API documentation generated by ApiGen 2.8.0