X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=Sklad_LMS-fake.class.php;h=cc84e12ec164d8a3869940b7ee04ba64d06bc6df;hb=b4c58cd09ff3251041d9cd6f946f7875608a132c;hp=3814ec221bc266afcc891a3988dacc5ed57e8fb5;hpb=cdfce7c291830a69e3e91aac21f75c4fd3f09448;p=mirrors%2FSokoMan.git diff --git a/Sklad_LMS-fake.class.php b/Sklad_LMS-fake.class.php index 3814ec2..cc84e12 100755 --- a/Sklad_LMS-fake.class.php +++ b/Sklad_LMS-fake.class.php @@ -17,6 +17,12 @@ * along with this program. If not, see . */ +/** +* Trida implementuje podpurne funkce spolecne pro vsechny implementace tridy Sklad_LMS +* +* @package Sklad_LMS_common +* @author Tomas Mudrunka +*/ class Sklad_LMS_common { function get_authorized_user_id($die=true) { if(isset($this->authorized_user_id)) return $this->authorized_user_id; @@ -25,6 +31,12 @@ class Sklad_LMS_common { } } +/** +* Trida predstira spojeni s LMS a podvrhuje smysluplna data pro testovaci ucely +* +* @package Sklad_LMS +* @author Tomas Mudrunka +*/ class Sklad_LMS extends Sklad_LMS_common { //FAKE! function check_auth($user, $pass) { $users = array( //You can specify multiple users in this array