php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_sdlType Struct Reference

#include <php_sdl.h>

Data Fields

sdlTypeKind kind
 
char nillable
 
char * name
 
char * namens
 
HashTableelements
 
HashTableattributes
 
sdlRestrictionsPtr restrictions
 
encodePtr encode
 
sdlContentModelPtr model
 
char * def
 
char * fixed
 
char * ref
 
sdlForm form
 

Detailed Description

Definition at line 196 of file php_sdl.h.

Field Documentation

◆ attributes

HashTable* _sdlType::attributes

Definition at line 202 of file php_sdl.h.

◆ def

char* _sdlType::def

Definition at line 206 of file php_sdl.h.

◆ elements

HashTable* _sdlType::elements

Definition at line 201 of file php_sdl.h.

◆ encode

encodePtr _sdlType::encode

Definition at line 204 of file php_sdl.h.

◆ fixed

char* _sdlType::fixed

Definition at line 207 of file php_sdl.h.

◆ form

sdlForm _sdlType::form

Definition at line 209 of file php_sdl.h.

◆ kind

sdlTypeKind _sdlType::kind

Definition at line 197 of file php_sdl.h.

◆ model

sdlContentModelPtr _sdlType::model

Definition at line 205 of file php_sdl.h.

◆ name

char* _sdlType::name

Definition at line 199 of file php_sdl.h.

◆ namens

char* _sdlType::namens

Definition at line 200 of file php_sdl.h.

◆ nillable

char _sdlType::nillable

Definition at line 198 of file php_sdl.h.

◆ ref

char* _sdlType::ref

Definition at line 208 of file php_sdl.h.

◆ restrictions

sdlRestrictionsPtr _sdlType::restrictions

Definition at line 203 of file php_sdl.h.


The documentation for this struct was generated from the following file: