From f0a30cc89ddf82e3c774800d24f0ea3664065d9c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 8 May 2008 22:16:04 -0400 Subject: read-only stuff darcs-hash:20080509021604-84dde-f785fc09dd435fc12741b3a75184e2425721d03d.gz --- action.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 action.php (limited to 'action.php') diff --git a/action.php b/action.php new file mode 100644 index 000000000..539077bc3 --- /dev/null +++ b/action.php @@ -0,0 +1,21 @@ +args, $key)) { + return $this->args[$key]; + } else { + return NULL; + } + } + + function handle($args) { + $this->args = copy($argarray); + } +} -- cgit v1.2.3-54-g00ecf