LCMS Classes
From Dokeos
An overview of all LCMS Classes can be found on http://bonny.hogent.be/dokeos-lcms-doc/
Move publisher component to globally available class
The publisher component is now used inside the WebLCMS application to select (or create) and publish a learning object. This functionality is usefull for other applications also. Once this functionality is available in a central place, all applications can make use of it to implement the creation and selection of learning objects. Specific features of an applications publisher component can be implemented in subclasses of this global class.
-
~/application/lib/weblcms/publisher/* -
~/application/lib/weblcms/learningobjectpublisher.class.php -
~/application/lib/weblcms/learningobjectpublishercomponent.class.php

