Introduction
PHP Manual
PHP Manual»Reflection»ReflectionIntersectionType

The ReflectionIntersectionType class

(PHP 8 >= 8.1.0)

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

Table of Contents

To Top