/[cvs]/bareface/yakka/methods/YakkaMethodCreate.php
ViewVC logotype

Contents of /bareface/yakka/methods/YakkaMethodCreate.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Sun Jan 5 00:22:26 2003 UTC (21 years, 5 months ago) by bareface
Branch: MAIN
CVS Tags: HEAD
init;

1 <?php
2
3 class YakkaMethodCreate {
4 function YakkaMethodCreate(&$engine) {
5 $this->engine = &$engine;
6 }
7
8 function run() {
9 return "<method id='create' access-privilege='create'><page id='".$this->engine->runtime->page->getId()."' parent-id='".$this->engine->session->activePageId."'/></method>";
10 }
11 }
12
13 ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed