<?php namespace Somebody\Something; #[ Foo( Foo::class ) ] class Whatever {} $reflector = new \ReflectionClass(Whatever::class); $attributes = $reflector->getAttributes(); var_dump($attributes[0]->getName(), $attributes[0]->getArguments());
You have javascript disabled. You will not be able to edit any code.