Determines if the class has the provided class attribute.
string $attribute The attribute to check for.:
bool
public function hasClassAttribute(string $attribute) { return $this->staticReflectionParser ->hasClassAttribute($attribute); }