Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Elgg
Http
ResponseTransport
PHP Interface Elgg\Http\ResponseTransport
Since:
2.3
Mostrar archivo
Open project: elgg/elgg
Interface Usage Examples
Public Methods
Method
Description
send
(
Response
$response
) :
boolean
Sends HTTP response to the requester
Method Details
send()
public
method
Sends HTTP response to the requester
public
send
(
Response
$response
) :
boolean
$response
Symfony\Component\HttpFoundation\Response
Symfony Response
return
boolean