HH\Facts\type_attribute_parameters

Get all parameters for the given attribute on the given type

namespace HH\Facts;

function type_attribute_parameters(
  classname<mixed> $type,
  classname<\HH\ClassLikeAttribute> $attribute,
): vec<dynamic>;

Return an empty vec if the given type doesn't exist or doesn't have the given attribute.

Throw InvalidOperationException if Facts is not enabled.

Parameters

  • classname<mixed> $type
  • classname<\HH\ClassLikeAttribute> $attribute

Returns

  • vec<dynamic>