Attribute::__construct
PHP Manual
PHP Manual»Attribute»Attribute::__construct

Attribute::__construct

(PHP 8)

Attribute::__constructConstruct a new Attribute instance

Description

public function Attribute::__construct(int $flags = Attribute::TARGET_ALL)

Constructs a new Attribute instance.

Parameters

flags

To Top