PHP 8.4.6 Released!

ReflectionAttribute::newInstance

(PHP 8)

ReflectionAttribute::newInstanceInstancia a classe de atributo representada por esta classe ReflectionAttribute e argumentos

Descrição

public ReflectionAttribute::newInstance(): object

IInstancia a classe de atributo representada por esta classe ReflectionAttribute e argumentos.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Nova instância do atributo.

adicione uma nota

Notas Enviadas por Usuários (em inglês) 1 note

up
2
baptiste at pillot dot fr
2 years ago
Calling ReflectionAttribute::newInstance() using an attribute name that does not have a corresponding class will result in an error.

Example :

<?php
#[FakeAttribute]
class
Test {}

try {
(new
ReflectionClass(Test::class))->getAttributes()[0]->newInstance();
}
catch (
Error $error) {
echo
'Throwed error ' . get_class($error) . ' with message : ' . $error->getMessage();
}
?>

This will output :

Throwed error Error with message : Attribute class "FakeAttribute" not found
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant