[TYPO3-50-general] TypoScript 2.0 and Relax NG

Sebastian Kurfuerst sebastian at typo3.org
Wed May 2 16:10:05 CEST 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey Jörg and Masi,

> Next question: does the reflection work with classes or do I need to
> instantiate objects? The point is that I need to know the properties
> and methods in advance (think of a GUI with shows me the allowed
> "values").
I think both is possible! You can either do:
new ReflectionClass('Classname');
or new Reflection($object);

(of course the classes need to be loaded in advance, but that should
be done automatically by now because of the autoloader)

Greets,
Sebastian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGOJu7ygDVWNTabbkRAu1xAJ9FyNNE0Tp6u4bcEiyrVMiD05VsBgCeIJKt
ucZOUyltyJV36dT9MhOxbjE=
=gz/7
-----END PGP SIGNATURE-----


More information about the TYPO3-project-5_0-general mailing list