Stud.IP  jlu_3.3 Revision
studip Namespace Reference

Detailed Description

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');

# construct html tag fot the download icon in blue
$img = Assets::img('icons/16/blue/download.png');
Author
mlunzena

TODO

@subpackage lib

Author
André Klaßen (aklassen@uos)
Marcus Lunzenauer (mlunzena@uos)
Since
1.7

This class represents the avatar of a course.

@subpackage lib

Author
Marcus Lunzenauer (mlunzena@uos)
Since
1.10

This class represents the avatar of a institute.

@subpackage lib

Author
André Noack noack.nosp@m.@dat.nosp@m.a-que.nosp@m.st.d.nosp@m.e
Since
1.10

An interface which has to be implemented by instances returned from StudipCacheFactory::getCache

@subpackage lib

Author
Marco Diedrich (mdiedric@uos)
Marcus Lunzenauer (mlunz.nosp@m.ena@.nosp@m.uos.d.nosp@m.e)
Since
1.6 @license GPL2 or any later version

This factory retrieves the instance of StudipCache configured for use in this Stud.IP installation.

@subpackage lib

Author
Marco Diedrich (mdiedric@uos)
Marcus Lunzenauer (mlunz.nosp@m.ena@.nosp@m.uos.d.nosp@m.e)
Since
1.6 @license GPL2 or any later version

StudipCache implementation using files

@subpackage cache

Author
André Noack noack.nosp@m.@dat.nosp@m.a-que.nosp@m.st.d.nosp@m.e
Version
2

The default implementation of the StudipCache interface.

@subpackage lib

Author
Marco Diedrich (mdiedric@uos)
Marcus Lunzenauer (mlunz.nosp@m.ena@.nosp@m.uos.d.nosp@m.e)
Since
1.6

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.");

Author
mlunzena

This class represents the avatar of a course.

@subpackage lib

Author
Marcus Lunzenauer (mlunzena@uos), Till Glöggler (tgloeggl@uos)
Since
1.10

Studienbereich... TODO

Copyright (C) 2008 - Marcus Lunzenauer mlunz.nosp@m.ena@.nosp@m.uos.d.nosp@m.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.

Author
mlunzena
André Noack noack.nosp@m.@dat.nosp@m.a-que.nosp@m.st.d.nosp@m.e

StudIPTemplateEngine.class.php

Author
Dennis Reil denni.nosp@m.s.re.nosp@m.il@of.nosp@m.fis..nosp@m.de
Michael Riehemann micha.nosp@m.el.r.nosp@m.iehem.nosp@m.ann@.nosp@m.uni-o.nosp@m.lden.nosp@m.burg..nosp@m.de

@subpackage pluginengine

<ClassDescription>

@subpackage base

Author
mlunzena

Service definition regarding Stud.IP users.

Testcase for Assets class.

@subpackage test

Author
mlunzena

Testcase for Avatar class.

@subpackage test

Author
mlunzena

Testcase for StudipFileloader class.

@subpackage test

Author
mlunzena