Subversion Repositories oidplus

Rev

Rev 585 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 585 Rev 730
Line 17... Line 17...
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
20
if (!defined('INSIDE_OIDPLUS')) die();
20
if (!defined('INSIDE_OIDPLUS')) die();
21
 
21
 
22
abstract class OIDplusAuthContentStore implements OIDplusGetterSetterInterface {
22
abstract class OIDplusAuthContentStore extends OIDplusBaseClass implements OIDplusGetterSetterInterface {
23
 
23
 
24
        // Getter / Setter
24
        // Getter / Setter
25
 
25
 
26
        public abstract function getValue($name, $default = NULL);
26
        public abstract function getValue($name, $default = NULL);
27
 
27