summaryrefslogtreecommitdiffstats
path: root/library/Pbs/Session.php
diff options
context:
space:
mode:
authorSimon2011-03-16 17:59:26 +0100
committerSimon2011-03-16 17:59:26 +0100
commitc58a1d0cef4b2088bb35fe0e37c047cad6331b4f (patch)
tree0f11e79b93ba54efbccbf5566fe8e9605e08b87a /library/Pbs/Session.php
parentLib umbenannt und beispielverwendung korrigiert (diff)
downloadpbs2-c58a1d0cef4b2088bb35fe0e37c047cad6331b4f.tar.gz
pbs2-c58a1d0cef4b2088bb35fe0e37c047cad6331b4f.tar.xz
pbs2-c58a1d0cef4b2088bb35fe0e37c047cad6331b4f.zip
ClientMapper return value
Diffstat (limited to 'library/Pbs/Session.php')
-rw-r--r--library/Pbs/Session.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/library/Pbs/Session.php b/library/Pbs/Session.php
index 15cb93b..592b89c 100644
--- a/library/Pbs/Session.php
+++ b/library/Pbs/Session.php
@@ -2,10 +2,6 @@
class Pbs_Session{
- public function testfunction()
- {
- print_a("das ist ein Test");
- }
public function createsession(Application_Model_Session $session){
$sessionmapper = new Application_Model_SessionMapper();