HH\Facts\is_abstract

True iff the given type cannot be constructed

namespace HH\Facts;

function is_abstract(
  classname<mixed> $type,
): bool;

Parameters

  • classname<mixed> $type

Returns

  • bool