* @returns AvroName|AvroSchema named schema name or AvroSchema * of this array schema's elements. */
()
| 71 | * of this array schema's elements. |
| 72 | */ |
| 73 | public function items() |
| 74 | { |
| 75 | return $this->items; |
| 76 | } |
| 77 | |
| 78 | /** |
| 79 | * @returns mixed |
no outgoing calls
no test coverage detected