Mongrel2\Connection::deliver PHP 메소드

deliver() 공개 메소드

public deliver ( $uuid, $idents, $data )
    public function deliver($uuid, $idents, $data)
    {
        $this->send($uuid, join(' ', $idents), $data);
    }