[TYPO3-mvc] model properties?

Jochen Rau jochen.rau at typoplanet.de
Thu Apr 22 10:41:49 CEST 2010


Hi.

On 22.04.10 10:28, Daniel Dimitrov wrote:
> In my model I have a variable
> private shortDescription;

Maybe "private" was a typo. Try "protected" instead. "private" 
properties are only visible in the class they are defined in. But 
Extbase collects the properties in the AbstractEntity.

Regards
Jochen


More information about the TYPO3-project-typo3v4mvc mailing list