Documentation

XsdSimpleTypeDefinition
in package
implements JsonSerializable

XsdSimpleTypeDefinition

Represents a simple data type.

Table of Contents

Interfaces

JsonSerializable

Properties

$annotation  : string
$attributes  : object
$name  : string
$restrictions  : object
$_node  : XmlNode|null
The type node.
$_schema  : XsdSchemaDefinition|null
The schema.

Methods

__construct()  : mixed
Constructor.
__get()  : mixed
Getter.
jsonSerialize()  : object
Returns the data as a plain object for JSON serialization.
ToObject()  : object
Returns the data as a plain object.

Properties

Methods

__get()

Getter.

public __get(string $property) : mixed
Parameters
$property : string

The name of the property.

jsonSerialize()

Returns the data as a plain object for JSON serialization.

public jsonSerialize() : object
Return values
object

        
On this page

Search results