Stud.IP
4.2 Revision
|
This class is used to construct URLs for static content like images, stylesheets or javascripts. As the URL to the "assets" directory is configurable one always has to construct the above mentioned URLs dynamically.
Example:
# construct the URL for the image "blank.gif" $url = Assets::image_path('blank.gif');
TODO
lib
This class represents the avatar of a course.
lib
This class represents the avatar of a institute.
lib
An interface which has to be implemented by instances returned from StudipCacheFactory::getCache
lib
This factory retrieves the instance of StudipCache configured for use in this Stud.IP installation.
lib
StudipCache implementation using database table
cache
StudipCache implementation using files
cache
The default implementation of the StudipCache interface.
lib
Objects of this class represent the state of the study area selection form.
Note: Many of the methods return "$this" to let you easily cascade method calls: $selection->toggleShowAll()->setSelected("012345etc.");
This class represents the avatar of a course.
lib
Studienbereich... TODO
Copyright (C) 2008 - Marcus Lunzenauer mlunz ena@ uos.d e
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
<ClassDescription>
base
Service definition regarding Stud.IP users.
Testcase for Assets class.
test
Testcase for Avatar class.
test
Testcase for StudipFileloader class.
test