Subversion Repositories oidplus

Rev

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

Rev 277 Rev 281
Line 17... Line 17...
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
20
abstract class OIDplusPagePluginRa extends OIDplusPagePlugin {
20
abstract class OIDplusPagePluginRa extends OIDplusPagePlugin {
21
 
21
 
22
        public final function type() {
-
 
23
                return 'ra';
-
 
24
        }
-
 
25
 
-
 
26
}
22
}
27
23