formating

This commit is contained in:
Roland Gruber 2007-11-03 11:23:29 +00:00
parent 5d6ae9ef15
commit 225a86d522
1 changed files with 5 additions and 4 deletions

View File

@ -10,10 +10,11 @@ Style changes:
- "table.<type>list input" changed to "table.<type>list input,select"
baseModule:
- The class variable $base is no longer visible in child classes. Please use
$this->getAccountContainer() to access the accountContainer object.
- Several other class variables in accountContainer etc. are now private.
Use the new access methods.
The class variable $base is no longer visible in child classes. Please use
$this->getAccountContainer() to access the accountContainer object.
Several other class variables in accountContainer etc. are now private.
Use the new access methods.