1<?php
2
3/** @generate-function-entries */
4
5final class Attribute
6{
7    public function __construct(int $flags = Attribute::TARGET_ALL) {}
8}
9