Subversion Repositories oidplus

Rev

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

Rev 279 Rev 281
Line 16... Line 16...
16
 * See the License for the specific language governing permissions and
16
 * See the License for the specific language governing permissions and
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
20
abstract class OIDplusPagePlugin extends OIDplusPlugin {
20
abstract class OIDplusPagePlugin extends OIDplusPlugin {
21
        public abstract function type();
-
 
22
        public function action(&$handled) {}
21
        public function action(&$handled) {}
23
        public function gui($id, &$out, &$handled) {}
22
        public function gui($id, &$out, &$handled) {}
24
        public function tree(&$json, $ra_email=null, $nonjs=false, $req_goto='') {}
23
        public function tree(&$json, $ra_email=null, $nonjs=false, $req_goto='') {}
25
        public function modifyContent($id, &$title, &$icon, &$text) {}
24
        public function modifyContent($id, &$title, &$icon, &$text) {}
26
        public function tree_search($request) {}
25
        public function tree_search($request) {}