Table of Contents
Properties
-
$data_callback
: mixed
-
$endpoint
: mixed
-
$namespace
: mixed
-
$schema_callback
: mixed
-
$schema_type
: mixed
Methods
-
get_data_callback()
: mixed
-
get_endpoint()
: mixed
-
get_namespace()
: mixed
-
get_schema_callback()
: mixed
-
get_schema_type()
: string
-
set_data_callback()
: void
-
set_endpoint()
: void
-
set_namespace()
: void
-
set_schema_callback()
: void
-
set_schema_type()
: void
-
to_array()
: mixed
$data_callback
private
mixed
$data_callback
$endpoint
private
mixed
$endpoint
$namespace
private
mixed
$namespace
$schema_callback
private
mixed
$schema_callback
$schema_type
private
mixed
$schema_type
= ARRAY_A
get_data_callback()
public
get_data_callback() : mixed
get_endpoint()
public
get_endpoint() : mixed
get_namespace()
public
get_namespace() : mixed
get_schema_callback()
public
get_schema_callback() : mixed
get_schema_type()
public
get_schema_type() : string
set_data_callback()
public
set_data_callback(mixed $data_callback) : void
Parameters
-
$data_callback
: mixed
-
set_endpoint()
public
set_endpoint(mixed $endpoint) : void
Parameters
-
$endpoint
: mixed
-
set_namespace()
public
set_namespace(mixed $namespace) : void
Parameters
-
$namespace
: mixed
-
set_schema_callback()
public
set_schema_callback(mixed $schema_callback) : void
Parameters
-
$schema_callback
: mixed
-
set_schema_type()
public
set_schema_type(string $schema_type) : void
Parameters
-
$schema_type
: string
-
to_array()
public
to_array() : mixed