30 if (!include_once (
"EXTERNALS/$phpfile")) {
32 $action->AddWarningMsg(sprintf(_(
"php file %s needed for request not found") ,
"EXTERNALS/$phpfunc"));
42 $moreargs = explode(
",", $phparg);
43 foreach ($moreargs as $k => $v) {
46 if (($v[0] ==
"%") && (substr($v, -1) ==
"%")) {
47 $aid = substr($v, 1, -1);
48 if ($aid ==
"THIS") $moreargs[$k] = & $this;
59 $res = call_user_func_array($phpfunc,
$arg);
90 public function getContent($controlview =
true, array
$filter = array() ,
$famid =
"", $unusedType =
"TABLE", $unusedTrash =
"")
93 if ($controlview) $uid = 1;
103 if (is_array($t))
return count($t);
ComputeQuery($keyword="", $famid=-1, $latest="yes", $sensitive=false, $dirid=-1, $subfolder=true, $full=false)
getDocList($start=0, $slice="ALL", $qtype="TABLE", $userid="")
getContent($controlview=true, array $filter=array(), $famid="", $unusedType="TABLE", $unusedTrash="")
getRawValue($idAttr, $def="")