BetterReflection\Reflection\ReflectionType::allowsNull PHP Метод

allowsNull() публичный Метод

Does the parameter allow null?
public allowsNull ( ) : boolean
Результат boolean
    public function allowsNull()
    {
        return $this->allowsNull;
    }