Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Json
+ Граф наследования:Json:

Открытые члены

 __construct ($data=null, $options=0)
 
 setData ($data)
 
 send ()
 
- Открытые члены унаследованные от HttpResponse
 __construct ()
 
 flush ($text='')
 
 addHeader ($name, $value='')
 
 setHeaders (Web\HttpHeaders $headers)
 
 addCookie (Web\Cookie $cookie, $replace=true, $checkExpires=true)
 
 allowPersistentCookies ($mode)
 
 getCookies ()
 
 getHeaders ()
 
 setStatus ($status)
 
 getStatus ()
 
 setLastModified (Type\DateTime $time)
 
 redirectTo ($url)
 
 copyHeadersTo (HttpResponse $response)
 
- Открытые члены унаследованные от Response
 clear ()
 
 setContent ($content)
 
 appendContent ($content)
 
 getContent ()
 

Защищенные данные

 $data
 
 $jsonEncodingOptions = 0
 
- Защищенные данные унаследованные от HttpResponse
 $cookies = []
 
 $headers
 
 $lastModified
 
- Защищенные данные унаследованные от Response
 $content
 

Дополнительные унаследованные члены

- Открытые атрибуты унаследованные от HttpResponse
const STORE_COOKIE_NAME = 'STORE_COOKIES'
 
- Защищенные члены унаследованные от HttpResponse
 flushStatus ()
 
 flushHeader ($header)
 
 setCookie (Web\Cookie $cookie)
 
 getServerProtocol ()
 
- Защищенные члены унаследованные от Response
 checkContent ($content)
 
 writeBody ($text)
 

Подробное описание

См. определение в файле json.php строка 10

Конструктор(ы)

◆ __construct()

__construct ( $data = null,
$options = 0 )

См. определение в файле json.php строка 15

Методы

◆ send()

send ( )

Sends content to the output.

Возвращает
void

Переопределяет метод предка Response.

См. определение в файле json.php строка 100

◆ setData()

setData ( $data)

Переопределяется в AjaxJson.

См. определение в файле json.php строка 23

Данные класса

◆ $data

$data
protected

См. определение в файле json.php строка 12

◆ $jsonEncodingOptions

$jsonEncodingOptions = 0
protected

См. определение в файле json.php строка 13