1 2 3 4 5 6 7 8 9 10 11 12
<?php # Lifter007: TODO # Lifter003: TODO # Lifter010: TODO /** * Interface for the user mapping used by StudIPAuthCAS */ interface CASUserDataMapping { // reads one attribute identified by a key of a given user function getUserData ($key, $username); }