CakeFest 2024: The Official CakePHP Conference

Attribute::__construct

(PHP 8)

Attribute::__constructConstruct a new Attribute instance

Descripción

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

Constructs a new Attribute instance.

Parámetros

flags

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top