Introduction
PHP Manual
PHP Manual»Reflection»ReflectionUnionType

The ReflectionUnionType class

(PHP 8)

class ReflectionUnionType extends ReflectionType {
/* Methods */
public function getTypes(): array
/* Inherited methods */
public function ReflectionType::allowsNull(): bool
}

Table of Contents

To Top