MCPcopy Create free account
hub / github.com/apache/avro / items

Method items

lang/php/lib/Schema/AvroArraySchema.php:73–76  ·  view source on GitHub ↗

* @returns AvroName|AvroSchema named schema name or AvroSchema * of this array schema's elements. */

()

Source from the content-addressed store, hash-verified

71 * of this array schema's elements.
72 */
73 public function items()
74 {
75 return $this->items;
76 }
77
78 /**
79 * @returns mixed

Callers 6

isValidDatumMethod · 0.45
writeArrayMethod · 0.45
schemasMatchMethod · 0.45
readArrayMethod · 0.45
readDefaultValueMethod · 0.45
skipArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected