Merging the Limesurvey 1.91+ branch of queXS in to the trunk

This commit is contained in:
azammitdcarf
2011-09-08 01:58:41 +00:00
parent dfa55a3b9e
commit eaa9578ab8
2312 changed files with 811457 additions and 597530 deletions
@@ -0,0 +1,11 @@
<?php
/**
* Interface for dynamic texts functions/classes
* @author lime-nk Michal Kurzeja
*
*/
interface dFunctionInterface
{
public function __construct();
public function run($args);
}