All pastes #2128296 Raw Edit

Something

public text v1 · immutable
#2128296 ·published 2012-03-15 03:44 UTC
rendered paste body
<?php

class TemplatePlugin extends Plugin {

	public function TemplatePlugin() {
		// new Callback("CallbackName", $this, "CallbackFunction");		
	}
	
	public function Install() {
		// Right::Create($this, "Name", false, "Sinnvolle Beschreibung");
	}
	
	public function Initialize() {
		// $this->someTemplate = new Template("file.html", $this);
		
	}
	
	public function GetRevision() {
		// return("1");
	}
	
	public function AjaxResponder() {
		
	}
	
}

?>