SimpleICS_Util
Table of Contents
Methods
-
fetch_var()
: mixed
-
filter_calDate()
: mixed
-
filter_escape()
: mixed
-
filter_linelimit()
: mixed
-
filter_quote()
: mixed
-
filter_serialize()
: mixed
-
render()
: mixed
fetch_var()
public
fetch_var(mixed $scope, mixed $var) : mixed
Parameters
-
$scope
: mixed
-
-
$var
: mixed
-
filter_calDate()
public
filter_calDate(mixed $input) : mixed
Parameters
-
$input
: mixed
-
filter_escape()
public
filter_escape(mixed $input) : mixed
Parameters
-
$input
: mixed
-
filter_linelimit()
public
filter_linelimit(mixed $input[, mixed $lineLimit = 70 ]) : mixed
Parameters
-
$input
: mixed
-
-
$lineLimit
: mixed
= 70
-
filter_quote()
public
filter_quote(mixed $input) : mixed
Parameters
-
$input
: mixed
-
filter_serialize()
public
filter_serialize(mixed $input) : mixed
Parameters
-
$input
: mixed
-
render()
public
render(mixed $tpl, mixed $scope) : mixed
Parameters
-
$tpl
: mixed
-
-
$scope
: mixed
-