PHP·98 questionsWhat is constructor property promotion?SaveUpdated: 2026-08-31Answer•PHP 8.0+.•public function __construct(public string $name).•Declaring property in constructor.•Less boilerplate code.•Works with access modifiers.Ask AI to clarifyWas this answer helpful?HelpfulNot helpfulSuggest an improvement