[TYPO3-dev] RFC: turn all phpDoc "@access private" method declarations into protected methods

Martin Kutschker martin.kutschker-n0spam at no5pam-blackbox.net
Sun Nov 18 13:28:05 CET 2007


Hi!

Some TYPO3 code has already a work-around for the lack of access control 
in PHP4. I suggest we remove the phpDoc code and convert them into true 
PHP declarations.

While this change may break some code nobody can complain. We said that 
this stuff was private!

Note: to allow for XCLASSing it has to be "protected" and cannot be 
"private".

Any opinions?

Masi




More information about the TYPO3-dev mailing list