Subversion Repositories oidplus

Rev

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

Rev 570 Rev 571
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 OIDplusConfigInterface {
22
abstract class OIDplusAuthContentStore implements OIDplusGetterSetterInterface {
23
 
23
 
24
        protected $content = array();
24
        protected $content = array();
25
 
25
 
26
        // Getter / Setter
26
        // Getter / Setter
27
 
27