> > $r = new ReflectionClass('ORM\Entity'); > var_dump($r->getAttributes()); >
Oops, that should've been: $r = new ReflectionClass('Foo'); var_dump($r->getAttributes()); Colin
> > $r = new ReflectionClass('ORM\Entity'); > var_dump($r->getAttributes()); >
Oops, that should've been: $r = new ReflectionClass('Foo'); var_dump($r->getAttributes()); Colin