[TYPO3-project-seminars] Using Hook in Version 0.6

Oliver Klee typo3-german-02 at oliverklee.de
Tue May 13 18:21:50 CEST 2008


Hi Oliver,

Oliver Tempel schrieb:
> $sem->setMarkerContent('public',$sem->seminar->recordData['public']==1?'Closed 
> Event':'');

It is okay for $seminar::recordData to not be accessible from the outside.

There are functions like getRecordPropertyBoolean which are perfect for 
your case. Though currently, they are not public yet. I've created a bug 
report about making them public:

<https://bugs.oliverklee.com/show_bug.cgi?id=1895>

(Until we release 0.6.1, please change that function in the objectfromdb 
class from protected to public.)


Oliver


More information about the TYPO3-project-seminars mailing list